What is the memory allocated by the following definition ?
int (*x)();

Answer Posted / ningappa

The above code is function pointer declaration.So there is
no memory allocated as it is just declaration and no value
is being assigned to it........

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are identifiers in c?

633


Are pointers integers in c?

611


Why is not a pointer null after calling free?

598


Explain the properties of union.

611


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1783






find the sum of two matrices and WAP for it.

632


What is "Duff's Device"?

703


What is union in c?

639


Is it cc or c in a letter?

567


What is difference between main and void main?

630


Why can't I perform arithmetic on a void* pointer?

639


What is a macro, and explain how do you use it?

629


Is that possible to add pointers to each other?

904


What is a structure in c language. how to initialise a structure in c?

607


What is the best organizational structure?

644