Computer Science
Fill in the blanks:
If int a=7;int p=0; and p = ++a + - -a; the value of p will be _________.
Java Operators
2 Likes
Answer
15
Answered By
1 Like
Related Questions
Fill in the blanks:
If x=5;y=10;z=11; and c = x++ * 5 + --y * ++z; then the value of c will be _________.
Fill in the blanks:
If m=5;p=0;and p = ++m + --m; the output will be _________.
Fill in the blanks:
The binary equivalent of (45)₁₀ is _________.
Fill in the blanks:
If a=0,b=1; then the output of bitwise OR will be _________.