This Quiz contains totally 10 Questions each carry 1 point for you.
1. Example of compounded assignment statement is
a=5
a+=5
a=b
a=b=c
Correct!
Wrong!
2. && operator is an example for which operator?
Increment
Assignment
Logical
Rational
Correct!
Wrong!
3. & operator is an example for which operator?
Bitwise AND
Bitwise OR
Logical AND
Logical OR
Correct!
Wrong!
4. / operator is used for representing ___ values.
integer values
float values
double values
All of these
Correct!
Wrong!
5. Which symbol is used for representing equality operator?
:=
.EQ
=
==
Correct!
Wrong!
6. Operators hierarchy is used to know which operator is
used first
faster
most important
operates on large numbers
Correct!
Wrong!
7. Bitwise AND operator is used for
Masking
Comparison
Division
Shifting bits
Correct!
Wrong!
8. Bitwise OR operator is used to
set the desired bits to 0
set the desired bits to 1
divide numbers
multiply numbers
Correct!
Wrong!
9. Which operator has the lowest priority?
++
+
%
||
Correct!
Wrong!
10. Which operator has the highest priority?
++
+
%
||
Correct!
Wrong!
Share the quiz to show your results !
Subscribe to see your results
Ignore & go to results
C-Programming-Quiz-3
You got %%score%% of %%total%% right
%%description%%
%%description%%
Loading...