Study Material
Computer Science
Fill in the blanks:
If a=0,b=1; then the output of bitwise OR will be _________.
Java Operators
7 Likes
Answer
1
Answered By
1 Like
Related Questions
Fill in the blanks:
If int a=7;int p=0; and p = ++a + - -a; the value of p will be _________.
View Answer
Bookmark Now
Fill in the blanks:
The binary equivalent of (45)₁₀ is _________.
View Answer
Bookmark Now
Write the Java expression for the following:
p
=
a
2
+
b
c
p = a^2 + bc
p
=
a
2
+
b
c
View Answer
Bookmark Now
Write the Java expression for the following:
m
=
a
2
−
b
2
a
b
m = \dfrac{a^2 - b^2}{ab}
m
=
a
b
a
2
−
b
2
View Answer
Bookmark Now