McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2024
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
What is the value of the expression 8 <<...
Q.
What is the value of the expression 8 << 2 ?
A.
2
B.
32
C.
1 6
D.
5
Answer» B. 32
1.4k
0
Do you find this helpful?
20
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
If an expression contains double, int, float, long, then the whole expression will be promoted into which of these data types?
If an expression contains double, int, float, long, then whole expression will promoted into which of these data types?.
What is the value of the expression 2 & 3 ?
What will be the result of the expression 13 & 25?
What will be result of expression 9 | 9?
What will be the result of the expression: a % b when a & b is of type int and their values~~~are a = 10 and b = 6?
What will be the result of the expression : a % b~~~when a and b are of type int and their values are a = -17 and b = -6?
The following is an example of a boolean expression
If not assigned a value, a variable of type char has the following default value:
What is the value of y if x = 2?