MCQOPTIONS
Bookmark
Saved Bookmarks
→
C Programming
→
Floating Point Issues in C Programming
→
Read the following expression?
1.
Read the following expression?
void (*p)(int);
A.
p is pointer to function passing void returning int
B.
p is pointer to void that converts its type to int
C.
p is pointer to function passing int returning void
D.
p is pointer to int that converts its type to void
E.
None of these
Answer» D. p is pointer to int that converts its type to void
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What will be the output of the program assuming that the array begins at location 1002?
Which statement will you add to the following program to ensure that the program outputs "IndiaBIX" on execution?
In the following program add a statement in the function such that the factorial gets stored in .
Are the expression and are same?
Which of the following statements correct about used in the below statement?
In the following program add a statement in the function such that address of gets stored in ?
Point out the compile time error in the program given below.
Will the program compile?
The following program reports an error on compilation.
Are the three declarations and same?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply