1.

Using logical operator’s instead arithmetic operators saves time and space.(a) True(b) FalseI got this question in quiz.This key question is from Shortest Path topic in division Shortest Path of Data Structures & Algorithms II

Answer»

The correct choice is (a) True

The best I can explain: In computers, logical OPERATIONS on single bit VALUES execute FASTER than arithmetic operations on INTEGER words of DATA.



Discussion

No Comment Found

Related InterviewSolutions