Quiz
Which symbol is used to end statements in C?
Which loop runs at least once?
Which function is used to find the length of a string in C?
What is the output of 'printf("%d", sizeof(char));'?
Which format specifier is used for a double data type?
What is the result of 10 / 3 in C (integer division)?
Which function is used to free dynamically allocated memory?
How do you define a structure in C?
What is the size of an 'int' on a 32-bit machine?
What is 'NULL' in C?