C Programming Quiz

C Programming Quiz

University

25 Qs

quiz-placeholder

Similar activities

culture php Symfony

culture php Symfony

University

25 Qs

Mastering Python Basics

Mastering Python Basics

University

20 Qs

Programming Fundamentals

Programming Fundamentals

KG - University

20 Qs

JavaScript Practice 9 & 10

JavaScript Practice 9 & 10

University

21 Qs

CNC quiz

CNC quiz

University

20 Qs

QUIZ WEEK 6

QUIZ WEEK 6

University

20 Qs

19IT502 - ES - Quiz 1

19IT502 - ES - Quiz 1

University

20 Qs

Understanding Python Loops

Understanding Python Loops

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?

Discover more resources for Other