Answer :
Answer:
A. True
Explanation:
Characteristics of a short - circuit:
- C. C++, Java uses short circuit evaluation of logical expressions involving && and ||.
- Short - circuit evaluation exposes the potential problem of side effects in expressions, e.g.
(a > b) || (b++ / 3).
- Ada: programmer can specify either (short - circuit is specified with and then and or else).