C Programming Quiz

C Programming Quiz

University

25 Qs

quiz-placeholder

Similar activities

Review in Programming

Review in Programming

University

20 Qs

Pelatihan 2 - BE - Bootcamp DCI

Pelatihan 2 - BE - Bootcamp DCI

University

20 Qs

19IT502 - ES - Quiz 1

19IT502 - ES - Quiz 1

University

20 Qs

FME11: Control Topic 2 by CABS

FME11: Control Topic 2 by CABS

University

24 Qs

QUIZERIA

QUIZERIA

University

20 Qs

Coding Vocabulary

Coding Vocabulary

University

21 Qs

ambot para asa ni

ambot para asa ni

University

20 Qs

Javapie Quiz

Javapie Quiz

University

20 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Other

University

Medium

Created by

cisman salah

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the \n character do in a C program?

It creates a new line

It creates a space

It creates a tab

It creates a backslash

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of comments in C?

To output text

To create text variables

To explain and document code

To print text and numbers with a simple line of code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store integers (whole numbers) in C?

char

float

int

double

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What format specifier is used to print an integer value in C?

%f

%d

%c

%s

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you assign a new value to an existing variable in C?

The previous value is overwritten

The previous value is deleted, and the variable is cleared

The new value is ignored

An error occurs

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare multiple variables of the same type in C?

Separate each variable with a semicolon

Use a comma-separated list

Declare each variable on a new line

Use square brackets around variable names

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a recommended practice when naming variables in C?

Use short, single-letter names like x and y

Use descriptive names to create understandable code

Use reserved words as variable names

Use random combinations of letters and numbers

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?