Operators in C Programming Quiz

Operators in C Programming Quiz

Professional Development

19 Qs

quiz-placeholder

Similar activities

Flutter_Q1

Flutter_Q1

Professional Development

21 Qs

IRTEC Legeslative

IRTEC Legeslative

Professional Development

15 Qs

5.1 run a program

5.1 run a program

Professional Development

19 Qs

Flutter_Q2

Flutter_Q2

Professional Development

22 Qs

RBT Elektronik Part 1

RBT Elektronik Part 1

Professional Development

15 Qs

ITIL4 practice 1

ITIL4 practice 1

Professional Development

20 Qs

AUT 208 Week 1 Quiz

AUT 208 Week 1 Quiz

Professional Development

20 Qs

01011011

01011011

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?