Question
Int *ptr[20]
a.
Interger array of size 20 pointing to an integer Pointer
b.
None of the mentioned
c.
Array of integer pointer of size 20
d.
Both of the mentioned
Posted under Compiler Design
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What is meaning of the following? Int *ptr[20]
Similar Questions
Discover Related MCQs
Q. In which way can SAM be stored in an array
View solution
Q. Int RollNUm[30[4] is a
View solution
Q. Comment on the following statement:
int (*a)[7];
View solution
Q. Comment on the 2 arrays regarding P and Q:
int *a1[8];
int *(a3[8]);
P. Array of pointers
Q. Pointer to an array
View solution
Q. What is the max no. of dimensions an array may have
View solution
Q. The advantage of ‘switch’ statement over ‘if’ is that it leads to more structured program.
View solution
Q. The statement for(;;) is perfectly valid C statement
View solution
Q. An if statement may contain compound statements only in the else clause
View solution
Q. A ‘while’ loop may always be converted to an equivalent ‘for’ loop
View solution
Q. Default’ case is mandatory in a switch statement
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Compiler Design? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!