Explore topic-wise MCQs in Compilers.

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

1.

If we compile the sam.c file with the command gcc -o sam sam.c , then the executable file will be?

A. a.out
B. sam
C. sam.out
D. None of the mentioned
Answer» C. sam.out