Operators in C Programming Quiz

Operators in C Programming Quiz

Professional Development

19 Qs

quiz-placeholder

Similar activities

Microsoft Excel Quiz

Microsoft Excel Quiz

Professional Development

23 Qs

Milling

Milling

Professional Development

15 Qs

Try Out Kedua

Try Out Kedua

Professional Development

20 Qs

Quality Day 2018 - Quiz 2

Quality Day 2018 - Quiz 2

Professional Development

15 Qs

Database Design Chapter1a

Database Design Chapter1a

University - Professional Development

15 Qs

Operators in C Programming Quiz

Operators in C Programming Quiz

Assessment

Quiz

Instructional Technology

Professional Development

Easy

Created by

A Lakshman

Used 1+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an operator in C?

A symbol used to perform operations

A type of variable

A data structure

A function in C

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a type of operator in C?

Arithmetic Operators

Assignment Operators

Relational Operators

Sorting Operators

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the '+' operator do in C?

Multiplication

Division

Subtraction

Addition

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of '7 % 3' in C?

2

3

0

1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the assignment operator '=' do?

Subtracts one value from another

Adds two values

Assigns a value to a variable

Compares two values

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the equivalent of 'i += 8'?

i = i - 8

i = 8 - i

i = 8 + i

i = i + 8

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator checks for equality in C?

<=

>=

==

!=

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?