Explain following declaration
int *P(void);
and
int (*p)(char *a);
Answer Posted / vijay
int* p(void) means p is a function that takes no argument a
return a pointer to integer.
int (*p)(char*a) means that p is a pointer to function that
take character pointer as argument and return an integer.
| Is This Answer Correct ? | 56 Yes | 4 No |
Post New Answer View All Answers
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
If fflush wont work, what can I use to flush input?
What is the maximum length of an identifier?
Is c is a high level language?
What is %d called in c?
Which is better oop or procedural?
I need previous papers of CSC.......plz help out by posting them.......
What is the use of f in c?
c program for searching a student details among 10 student details
string reverse using recursion
How can I recover the file name given an open stream?
Explain high-order bytes.
Explain the use of 'auto' keyword
Explain how can I manipulate strings of multibyte characters?
How many header files are in c?