Logo 
Search:

C Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C ProgrammingRSS Feeds

C programming practical question 129

  Shared By: Adah Miller    Date: Jan 24    Category: C Programming    Views: 66

Answer:

void ( * abc( int, void ( *def) () ) ) ();


Answer::
abc is a ptr to a function which takes 2 parameters .(a). an integer variable.(b). a ptrto a funtion which returns void. the return type of the function is void.


Explanation:
Apply the clock-wise rule to find the result.

Share: 
 

Didn't find what you were looking for? Find more on C programming practical question 129 Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: