Operator in C

Operator in C

University

20 Qs

quiz-placeholder

Similar activities

Programming in C(1)

Programming in C(1)

University

20 Qs

Pointers

Pointers

University

20 Qs

C Programming Unit-1 Test-2

C Programming Unit-1 Test-2

University

20 Qs

'C'Programming Basics - Prepared by Feroz Khan A.B

'C'Programming Basics - Prepared by Feroz Khan A.B

University

15 Qs

Programming Skills C/C++

Programming Skills C/C++

University

25 Qs

Competitive Coding-I

Competitive Coding-I

University

20 Qs

PSC Quiz1

PSC Quiz1

University - Professional Development

20 Qs

TECHFEST QUALIFYING ROUND

TECHFEST QUALIFYING ROUND

University

20 Qs

Operator in C

Operator in C

Assessment

Quiz

Computers

University

Hard

Created by

KiRUBANANTHAM CHENNIAPPAN

Used 595+ times

FREE Resource

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 BLANK QUESTION

1 min • 1 pt

Find The Output

int a = 3;

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

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

int a = 10;

int b = a++ + ++a;

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

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

int a = 3;

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

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?