C Fundamentals MCQs
Practice free C Fundamentals multiple-choice questions with instant answer feedback and step-by-step solutions. Click an option to check yourself, reveal the full explanation, and work through all 303 questions — no login required.
Question 1easy
What is the primary purpose of a function prototype in C?
Question 2easy
Which character is used to indicate the end of a statement in C?
Question 3easy
Which data type is used to represent a single character in C?
Advertisement
Question 4easy
What is the correct syntax for declaring a variable in C?
Question 5easy
Which symbol is used for the 'modulo' operation in C?
Question 6easy
What is the default return type of a function in C if not specified?
Advertisement
Question 7easy
Which operator is used for 'logical AND' in C?
Question 8easy
What is the purpose of the 'sizeof' operator in C?
Question 9easy
In C, which type of variable should be used to store decimal numbers?