C Assignment Operators

C Assignment Operators

University

5 Qs

quiz-placeholder

Similar activities

External Examination-CNC

External Examination-CNC

University

10 Qs

Employment Skills

Employment Skills

11th Grade - University

10 Qs

Computational Thinking for Problem Solving

Computational Thinking for Problem Solving

University

10 Qs

C Bitwise Operators

C Bitwise Operators

University

5 Qs

Unit #4 Quiz - Uni 101

Unit #4 Quiz - Uni 101

University

10 Qs

Embedded assembly programming

Embedded assembly programming

University

10 Qs

Opening up the empirical resesearch in cognition

Opening up the empirical resesearch in cognition

University

10 Qs

POST TEST MODULE 4

POST TEST MODULE 4

University

10 Qs

C Assignment Operators

C Assignment Operators

Assessment

Quiz

Other

University

Medium

Created by

Azrinna Muhamad

Used 12+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the result of the following code:

10

15

5

20

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to divide and assign the result in C?

/=

*=

+=

-=

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the result of the following code:

20

40

100

60

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If int a = 5;, what will be the result of a -= 2?

7

3

2

5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following code print:

1

0

3

4