Available Questions About C Quizzes

1. How do you declare a structure in C?

2. Which of the following statements is true about arrays in C?

3. How do you include a standard library header file in C?

4. In C, what does the sizeof() operator return?

5. Which operator is used to access the value of a variable through a pointer?

6. How do you declare a pointer to a function in C?

7. What is the size of an int on a 32-bit system?

8. Which of the following is used to dynamically allocate memory in C?

9. Which of the following statements about the static keyword in C is true?

10. What does the sizeof() operator return when used on a pointer in C?