Quiz - 4 on Increment & decrement operators in C

Quiz - 4 on Increment & decrement operators in C

12th Grade

15 Qs

quiz-placeholder

Similar activities

Quiz - 10 on switch in C

Quiz - 10 on switch in C

12th Grade

15 Qs

Skill Development - Debugging Practice1

Skill Development - Debugging Practice1

10th Grade - Professional Development

10 Qs

Kuis Pengenalan Bahasa C Part 2

Kuis Pengenalan Bahasa C Part 2

12th Grade - University

15 Qs

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

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

9th - 12th Grade

15 Qs

python

python

9th - 12th Grade

10 Qs

C Language-1( Basics)

C Language-1( Basics)

12th Grade

10 Qs

การเขียนโปรแกรมภาษาซี

การเขียนโปรแกรมภาษาซี

12th Grade

10 Qs

Quiz on Intro to Linux

Quiz on Intro to Linux

12th Grade - University

15 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 14+ 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?