Explore topic-wise MCQs in Compilers.

This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Compilers knowledge and support exam preparation. Choose a topic below to get started.

1.

Int RollNUm[30[4] is a

A. 1-d Array
B. 3-D Array
C. 4- D Array
D. 2-D Array
Answer» E.
2.

In which way can SAM be stored in an array

A. char name[]=”SAM”
B. char name[6]={‘S’,’A’,’M’}
C. char name[6]={“S”,”A”,”M”}
D. char name [6]={‘S’,’A’,’M’,’\0’}
Answer» E.