C Bitwise Operators

C Bitwise Operators

University

5 Qs

quiz-placeholder

Similar activities

For  University Test Science 30-D1

For University Test Science 30-D1

University

7 Qs

Đem lì xì về cho mẹ

Đem lì xì về cho mẹ

University

10 Qs

ASKAN PERIANESTESI

ASKAN PERIANESTESI

University

10 Qs

CSC404 Quick Exercise 4-1

CSC404 Quick Exercise 4-1

University

10 Qs

Mengenal Quizizz

Mengenal Quizizz

University - Professional Development

10 Qs

Vui chơi có thưởng cùng nhóm 3

Vui chơi có thưởng cùng nhóm 3

University

10 Qs

La elasticidad precio cruzada 4

La elasticidad precio cruzada 4

University

10 Qs

Programación Web

Programación Web

1st Grade - University

10 Qs

C Bitwise Operators

C Bitwise Operators

Assessment

Quiz

Other

University

Medium

Created by

Azrinna Muhamad

Used 35+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 5 & 3 in C?

1

2

0

3

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for bitwise OR in C?

|

||

&

&&

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following expression:

8 >> 2?

2

4

1

3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If int x = 4;,

what is the result of ~x in C?

-5

-4

-3

3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following code print:

9

7

15

3