Complicated Declarations

Q1:
Is the following declaration correct?
typedef *void (*pfun)(**int, *float);

A Yes

B No

ANS:A - Yes

typedef void* (*pfun)(int**,float**); === >> correct !.

typedef *void (*pfun)(**int, *float); === >> wrong ! the asterisk is in wrong place :P.

This is the correct answer.  



img not found
img

For help Students Orientation
Mcqs Questions

One stop destination for examination, preparation, recruitment, and more. Specially designed online test to solve all your preparation worries. Go wherever you want to and practice whenever you want, using the online test platform.