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 does a function declared as pascal do differently?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Explain is it valid to address one element beyond the end of an array?
Explain how can I write functions that take a variable number of arguments?
What are the ways to a null pointer can use in c programming language?
Difference between pass by reference and pass by value?
number of times a digit is present in a number
how could explain about job profile
Write the syntax and purpose of a switch statement in C.
What is the difference between malloc calloc and realloc in c?
Write a program for Overriding.
Which programming language is best for getting job 2020?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Is void a keyword in c?
Can I initialize unions?