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


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between the expression '++a' and 'a++'?

623


Does c have an equivalent to pascals with statement?

570


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1629


How old is c programming language?

571


What is a dynamic array in c?

589






Is there any demerits of using pointer?

623


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1124


What does return 1 means in c?

579


What is meant by inheritance?

630


What is a nested loop?

643


Is there a way to jump out of a function or functions?

631


What do you mean by c what are the main characteristics of c language?

564


Is c procedural or functional?

582


Is c is a low level language?

559


What is the advantage of a random access file?

637