This Quiz contains totally 10 Questions each carry 1 point for you.
1. Which operator has the highest precedence?
+
*
==
=>
Correct!
Wrong!
2. The associativity of ! operator is
Right to Left
Left to Right
(a) for Arithmetic and (b) for Relational
(a) for Relational and (b) for Arithmetic
Correct!
Wrong!
3. Operators Precedence determines which operator is
faster
takes less memory
evaluated first
takes no arguments
Correct!
Wrong!
4. Integer Division results in
Rounding the fractional part
Truncating the fractional part
Floating value
An Error is generated
Correct!
Wrong!
5. Ternary operator is represented by
?:
*
sizeof
^
Correct!
Wrong!
6. Typecast operator is represented by
(type)
cast()
(; 😉
// ""
Correct!
Wrong!
7. What will be the output of the expression 11 ^ 5?
6
5
11
None of these
Correct!
Wrong!
8. Explicit type conversion is known as
casting
conversion
Disjunction
seperation
Correct!
Wrong!
9. The operator + in a+=4 means
a=a+4
a=4+4
a=4
a+4=a
Correct!
Wrong!
10. p++ executes faster than p+1 because
p uses registers
p++ is a single instruction
++ is faster than +
None of these
Correct!
Wrong!
Share the quiz to show your results !
Subscribe to see your results
Ignore & go to results
C-Programming-Quiz-4
You got %%score%% of %%total%% right
%%description%%
%%description%%
Loading...
