Vidyalelo
C Programming · Q163

C Fundamentals

Programming · C Programming · question 163

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;
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board