
Operators in C Programming Quiz

Quiz
•
Instructional Technology
•
Professional Development
•
Easy
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
Similar Resources on Wayground
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade