Skip to content
Home ยป C Quiz – 1

C Quiz – 1

    #1. In which section of a C program, do we include header files?

     

    #2. stdio.h is ________

     

    #3. conio.h is _______.

     

    #4. Which of the following the false?

     

    #5. What is a C statement block?

     

    #6. Is nesting of C statement blocks possible?

     

    #7. What is the role of function definition section in a C program?

     

    #8. How many main() function are there in a C program?

     

    #9. What are keywords, variables and their values made of ?

     

    #10. Which keyword from the given options are used to include header files in a C program?

     

    Finish