Search Header Logo

C programming review Quiz

Authored by Saniha Jackson

Other

9th Grade

Used 2+ times

C programming review Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax to print in C?

A. print("Hello");

B. echo("Hello");


C. printf("Hello");


D. cout << "Hello"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct header file to use printf() and scanf()?

A. <conio.h>

B. <stdio.h>


C. <string.h>


D. <stdlib.h>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default return type of a function if not specified in C?

A. void


B. char


C. int


D. float

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct variable name in C?

A. value_1


B. value#

C. 1value


D. @value

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop checks the condition after executing the loop body?

A. for


B. while


C. switch


D. do...while ✅

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store a single character?

A. int


B. char


C. float


D. string

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of x after this code?

int x = 5;

x += 2;


A. 7 ✅

B.10


C. 5


D. 2

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?