Are the following declarations same?
c* scr;har far *far *scr; char far far*
Is the following declaration correct?
void(*f)(int, void(*)());
Is the following declaration correct?
char far *far *ptr;
Is the following declaration correct?
char (* ( *f())[])();
Is the following declaration correct?
typedef *void (*pfun)(**int, *float);