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
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
How do I convert a string to all upper or lower case?
What is the difference between text and binary modes?
how to write a c program to print list of fruits in alpabetical order?
What is floating point constants?
In a switch statement, explain what will happen if a break statement is omitted?
What is wild pointer in c with example?
What is meant by operator precedence?
Describe wild pointers in c?
Difference between MAC vs. IP Addressing
What are type modifiers in c?
What are the storage classes in C?
What was noalias and what ever happened to it?
What does s c mean on snapchat?
How are structure passing and returning implemented?