Q163
What will be the final value of c in the following C statement? (Initial value: c = 2) c <<= 1;
A.
c = 1;
B.
c = 2;
C.
c = 3;
D.
c = 4;
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board