Explore topic-wise MCQs in General Awareness.

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

1.

Which of the following is not possible statically in C language?

A. Jagged Array
B. Rectangular Array
C. Cuboidal Array
D. Multidimensional Array
Answer» B. Rectangular Array
2.

The C-preprocessors are specified with _________ symbol.

A. a)
B. #b) $
C. ” ”
D. &
Answer» B. #b) $
3.

Functions in C Language are always _________

A. Internal
B. External
C. Both Internal and External
D. External and Internal are not valid terms for functions
Answer» C. Both Internal and External
4.

Which of the following typecasting is accepted by C language?

A. Widening conversions
B. Narrowing conversions
C. Widening & Narrowing conversions
D. None of the mentioned
Answer» D. None of the mentioned
5.

Which of the following declaration is not supported by C language?

A. String str;
B. char *str;
C. float str = 3e2;
D. Both “String str;” and “float str = 3e2;”
Answer» B. char *str;
6.

Who is the father of C language?

A. Steve Jobs
B. James Gosling
C. Dennis Ritchie
D. Rasmus Lerdorf
Answer» D. Rasmus Lerdorf