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
Can we access the array using a pointer in c language?
What is type qualifiers?
Explain how can I convert a string to a number?
difference between Low, Middle, High Level languages in c ?
Do string constants represent numerical values?
What is the purpose of type declarations?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Is boolean a datatype in c?
Explain what is the benefit of using an enum rather than a #define constant?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is actual argument?
What does 2n 4c mean?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Can an array be an Ivalue?
how do you execute a c program in unix.