InterviewSolution
Saved Bookmarks
| 1. |
All logical operators operate on at least two operands.(a) True(b) FalseI have been asked this question during a job interview.This key question is from Logical Expressions in section MATLAB Programming of MATLAB |
|
Answer» CORRECT ANSWER is (b) False For EXPLANATION: The ‘ ~ ’ operator operates on ONE operand but it’s a logical operator. HENCE, the statement is false. |
|