1.

The precedence of : operator is after | and before &.(a) True(b) FalseThis question was addressed to me by my college professor while I was bunking the class.Enquiry is from Logical Expressions in portion MATLAB Programming of MATLAB

Answer»

The correct answer is (b) False

For explanation: The hierarchy for PRECEDENCE of OPERATORS for the aforementioned operators is :, &, |. HENCE the given statement is false.



Discussion

No Comment Found

Related InterviewSolutions