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 total generic pointer type?
Explain what are multidimensional arrays?
Explain about block scope in c?
Explain the priority queues?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Can you add pointers together? Why would you?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is d'n in c?
What is the use of bitwise operator?
how logic is used
Is c still relevant?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What is actual argument?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM