1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Using logical operator’s instead arithme...
Q.

Using logical operator’s instead arithmetic operators saves time and space.

A. true
B. false
Answer» A. true
Explanation: in computers, logical operations on single bit values execute faster than arithmetic operations on integer words of data.

Discussion