Explore topic-wise MCQs in Basic C.

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

1.

8 3

A. 3 8
B. 8 5
C. 5 3
Answer» D.
2.

Array sizes are optional during array declaration by using ______ keyword.

A. auto
B. static
C. extern
D. register
Answer» D. register
3.

a->b, a->b

A. a->b, b->a
B. b->a, a->b
C. b->a, b->a
Answer» C. b->a, b->a