Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C Programming
»
Bitwise Operators
Left shifting a number by 1 is always equivalent to multiplying it by 2.
True
Show Answer
Correct Answer:
True
Explanation:
0001 => 1
0010 => 2
0100 => 4
1000 => 8
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment