Quiz - 4 on Increment & decrement operators in C

Quiz - 4 on Increment & decrement operators in C

12th Grade

15 Qs

quiz-placeholder

Similar activities

Kuis Pengenalan Bahasa C Part 2

Kuis Pengenalan Bahasa C Part 2

12th Grade - University

15 Qs

Quiz - 10 on switch in C

Quiz - 10 on switch in C

12th Grade

15 Qs

Operators

Operators

12th Grade

20 Qs

Skill Development - Debugging Practice1

Skill Development - Debugging Practice1

10th Grade - Professional Development

10 Qs

Programming Quiz 1-3 | LPE-101 by Mettle X

Programming Quiz 1-3 | LPE-101 by Mettle X

9th - 12th Grade

15 Qs

C programming

C programming

11th Grade - University

10 Qs

C++ programing Quiz

C++ programing Quiz

12th Grade - University

10 Qs

Programming in C language

Programming in C language

12th Grade - University

18 Qs

Quiz - 4 on Increment & decrement operators in C

Quiz - 4 on Increment & decrement operators in C

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Michael Kona

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression '++x' if x is initially 5?

7

6

4

10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of x after the expression 'x++' if x is initially 3?

3

5

2

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If y is 8, what will be the value of y after 'y--' is executed?

5

9

7

6

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of 'printf("%d", ++x);' if x is initially 7?

7

6

9

8

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If z is 10, what will be the output of 'printf("%d", z--);'?

11

9

10

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the value of a after 'a = ++b + c--;' if b is 4 and c is 6?

9

12

10

11

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of 'printf("%d", x++ + ++x);' if x is initially 2?

7

5

10

Undefined behavior

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 Computers