Răspuns unic

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

Răspuns unic

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

Răspuns unic

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

Răspunsuri multiple

How do you write a comment in C?

Răspuns unic

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

Răspuns unic

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

Răspuns unic

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

Răspunsuri multiple

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

Răspuns unic

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

Răspuns unic

Which operator is used for the modulus operation in C?