McqMate
Q. |
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» D. c = 4; |
View all MCQs in
C LanguageNo comments yet