Один ответ

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?