Exam
Vibe
Home
Engineering
Aerospace Engineering
Biomedical Engineering
Chemical Engineering
Civil Engineering
Computer Science
Electrical Engineering
Electronics and Communication Engineering
Mechanical Engineering
Govt Exam
Banking Exams
Other Government
Police
Railway Exams
SSC
State PSC Exams
Teaching / Education Exams
UPSC Exams
Blog
Contact
🔍
Home
›
Computer Science
›
C MCQ Questions
›
What is the correct file extension for a C source file?
What is the correct file extension for a C source file?
A. .exe
B. .cpp
C. .c
D. .cs
Explanation:
C programs are saved with .c extension.
Tags:
C MCQ Questions
,
Computer Science
« Previous
More from C MCQ Questions:
Which of the following is the correct syntax to declare a pointer in C?
Which of the following is the default return type of a C function if not specified?
Which format specifier is used to print an integer in C?
Which of the following is a valid storage class in C?
What will be the output of sizeof(char) in C?
Which operator is used to access the value stored at an address in C?