Suppose x=10 and y=10 . What is x after evaluating the expression (y >= 10) || (x++ > 10).
a. 9
b. 10
c. 11
b For the || operator, the right operand is not evaluated, if the left operand is evaluated as true.
Computer Science & Information Technology
You might also like to view...
Which of the following commands would be used to identify how many hops a data packet makes before reaching its final destination?
A. route B. netstat C. traceroute D. ping 127.0.0.1
Computer Science & Information Technology
What process, available on most routers, will help improve security by masking the internal IP address of the transmitting device?
A. IPSec B. NAT C. EFS D. VPN
Computer Science & Information Technology