Answer the following statements true (T) or false (F)
1. “pear” != “pears”
2. “fine” > “file”
3. This is a valid statement:
bool maybe = (6 = = 7);
4. When the value of x is 0 in the expression
if ((x != 0) && (y/x < 3))
the condition after the && will not be evaluated.
5. An identifier is known throughout the function in which it is defined.
1. true
2. true
3. true
4. true
5. false
Computer Science & Information Technology
You might also like to view...
All slides in an Impress presentation must use the same transition effect
Indicate whether the statement is true or false
Computer Science & Information Technology
A router operating at Layer 3 primarily makes its forwarding decisions based on what address?
a. Destination MAC address b. Source IP address c. Source MAC address d. Destination IP address
Computer Science & Information Technology