问答题

若有定义:int (*fprt)();,则标识符fprt是一个指向int型变量的指针。

答案: 错误。在C语言中,定义 `int (*fprt)();` 表示 `fprt` 是一个指向函数的指针,而不是指向 `int...
微信扫码免费搜题