What is the correct way to include the standard input/output library in a C program?






Which of the following is the correct way to declare an integer variable named count?






Which data type is used to store a single character in C?






How do you write a comment in C?






What is the purpose of the main() function in a C program?






What does the %d format specifier do in a printf() statement?






Which of the following is true about the return statement in the main() function?






Which of these are valid ways to initialize an array of integers with 5 elements in C? (Choose all that apply)






What is the primary purpose of the #include directive in a C program?






Which operator is used for the modulus operation in C?