What is the memory allocated by the following definition ?
int (*x)[10];
Answer Posted / subbu
no memory is allocated at the time of pointer declaration
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
How can I implement a delay, or time a users response, with sub-second resolution?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
write a program to print data of 5 five students with structures?
What is the difference between #include and #include 'file' ?
What is #ifdef ? What is its application?
Why & is used in c?
What is array of pointers to string?
What are enums in c?
Tell me the use of bit field in c language?
Does c have function or method?
What is line in c preprocessor?
Are there namespaces in c?
How can you find out how much memory is available?
I came across some code that puts a (void) cast before each call to printf. Why?
What is the difference between printf and scanf )?