Explore topic-wise MCQs in C Programming.

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

1.

Which of the following doesn t require an & for the input in scanf()?

A. char name[10];
B. int name[10];
C. float name[10];
D. all of the mentioned
Answer» B. int name[10];