adspace
What is the memory allocated by the following definition ?
int (*x)();
Answer Posted / dddhacker
Wrong!
Its a function pointer, therefore on a 32 bit platform for
example, 4 bytes are allocated for it.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is the general form of a C program?
What is the difference between union and anonymous union?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What are pointers? What are different types of pointers?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
ATM machine and railway reservation class/object diagram
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
will u please send me the placement papers to my mail???????????????????
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Is int a keyword in c?
What is dynamic dispatch in c++?
Differentiate between null and void pointers.
How do you determine the length of a string value that was stored in a variable?