Quiz

C Language

1. Which keyword is used to declare a constant in C?
2. Which function is used to print output in C?
3. What is the default return type of a C function if not specified?
4. Which header file is needed for printf() and scanf()?
5. Which operator is used to access a value at a memory address?
6. What is the range of 'char' data type in C?
7. Which loop is guaranteed to run at least once?
8. Which format specifier is used for printing float values?
9. Which keyword is used to include a library in C?
10. Which of these is a valid comment in C?