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


Please Help Members By Posting Answers For Below Questions

What is the general form of a C program?

1107


What is the difference between union and anonymous union?

1413


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1307


What are pointers? What are different types of pointers?

1276


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2522


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

2269


ATM machine and railway reservation class/object diagram

5344


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2743


will u please send me the placement papers to my mail???????????????????

1939


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1625


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1188


Is int a keyword in c?

1067


What is dynamic dispatch in c++?

1142


Differentiate between null and void pointers.

1270


How do you determine the length of a string value that was stored in a variable?

1209