Operator in C
Assessment
•
KiRUBANANTHAM CHENNIAPPAN
•
Computers
•
University
•
590 plays
•
Hard
Improve your activity
Higher order questions
Match
•
Reorder
•
Categorization
actions
Add similar questions
Add answer explanations
Translate quiz
Tag questions with standards
More options
20 questions
Show answers
1.
Multiple Select
/
%
bitwise operator
*
2.
Multiple Choice
-1 1
1 -1
-1 -1
1 1
3.
Multiple Choice
14
11
12
13
4.
Multiple Choice
10 5 3 4
10 5 4 4
10 5 3 3
10 5 4 3
5.
Fill in the Blank
Find The Output
int a = 3;
printf("%d %d %d %d", a , a++ ,a, a);
6.
Fill in the Blank
int a = 10;
int b = a++ + ++a;
printf("%d %d %d %d",b , a++ ,a, ++a);
Explore this activity with a free account
Find a similar activity
Create activity tailored to your needs using
Java Programming
•
University
Principles of Programming Languages
•
University
Inheritance
•
University
Java Programming
•
2nd Grade
Java Operators
•
University
Revision Test
•
4th - 5th Grade
C Programming
•
Professional Development
Java Programming
•
University