Search Header Logo

Operator in C

Authored by KiRUBANANTHAM CHENNIAPPAN

Computers

University

Used 599+ times

Operator in C
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

/

%

bitwise operator

*

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

-1 1

1 -1

-1 -1

1 1

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

14

11

12

13

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

10 5 3 4

10 5 4 4

10 5 3 3

10 5 4 3

5.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Find The Output

int a = 3;

printf("%d %d %d %d", a , a++ ,a, a);

(a)  

6.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

int a = 10;

int b = a++ + ++a;

printf("%d %d %d %d",b , a++ ,a, ++a);

(a)  

7.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

int a = 3;

printf("%d %d %d %d",++a , a++ ,a, --a);

(a)  

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?