Quiz
Which symbol is used to end statements in C?
How do you write a single-line comment in C?
What is the return type of the malloc() function?
What is the output of 'printf("%d", sizeof(char));'?
Which format specifier is used for a double data type?
Which of the following is not a valid identifier in C?
What is the purpose of 'extern' keyword?
How do you declare a pointer to an integer?
What does 'void' indicate in a function definition?
What is 'NULL' in C?