Quiz
Which symbol is used to end statements in C?
Which header file is required for printf()?
Which keyword exits a loop?
Which operator is used for AND?
Which keyword is used to exit a switch statement?
Which loop is pre-tested?
Which keyword is used for defining a symbolic constant?
What is the maximum number of dimensions an array can have in C?
What does 'static' keyword do to a local variable?
Which format specifier is used for a string?