B
【 在 anit 的大作中提到: 】
: 17.Which of the following statements correctly declare a pointer to a function that accepts an int pointer and returns an int pointer in ANSI C for an embedded system?
: □ int *(p) (int *)
: □ int *(*p) (int *);
: ...................
--
FROM 113.104.212.*