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
Is struct oop?
Explain what is meant by high-order and low-order bytes?
How do I round numbers?
How can you access memory located at a certain address?
What is far pointer in c?
Tell us bitwise shift operators?
What does %p mean c?
How old is c programming language?
Explain pointer. What are function pointers in C?
What is break in c?
What is fflush() function?
Why c is a mother language?
How can I manipulate strings of multibyte characters?
What is the difference between formatted&unformatted i/o functions?
Explain the binary height balanced tree?