- 主题:Embedded C Programming software one quiz daily (19)
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 *);
□ int *(*p) (int);
□ int **p (int *);
□ int (*p)(int *);
--
修改:anit FROM 1.147.112.*
FROM 1.147.112.*
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.*
厉害
【 在 johnfader 的大作中提到: 】
: B
--
FROM 1.125.104.*