Quiz 4
1. Which operator is used to access the value at an address in C?
2. What is the output of printf("%d", 7 / 2);?
3. What is the value of sizeof(char) in C?
4. What is the correct way to declare a pointer to an int?
5. Which of the following is the correct way to start a for loop?
6. Which function is used to allocate memory dynamically?
7. Which of the following is a preprocessor directive?
8. Which keyword is used to exit a loop immediately?
9. Which of the following is an array declaration?
10. Which keyword is used to return nothing from a function?
Previous Next