Multiple Choice
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;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Which type of conversion is NOT accepted?<br>A)From
Q4: Which of the following type-casting have chances
Q5: Operation "a = a * b +
Q6: Relational operators cannot be used on _<br>A)structure<br>B)long<br>C)strings<br>D)float
Q7: The format identifier '%i' is also used
Q9: Which of the following statement is false?<br>A)Constant
Q10: What is the scope of a function?<br>A)Whole
Q11: In expression i = g() + f(),
Q12: What is short int in C programming?<br>A)The
Q13: What is the precedence of arithmetic operators