Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C Programming
»
Complicated Declarations
Declare the following statement? "A pointer to a function which receives nothing and returns nothing".
void *(ptr)*int;
void *(*ptr)()
void *(*ptr)(*)
void (*ptr)()
Show Answer
Correct Answer:
void (*ptr)()
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment