1.

A mathematical statement is a combination of functions and variables only.(a) True(b) FalseThis question was posed to me during an interview.The origin of the question is Functions and Expressions in division Beyond the Basics of MATLAB

Answer»

Right choice is (b) False

To elaborate: An expression is a combination of variables, OPERATORS and functions. It is not NECESSARY that only functions and variables are PRESENT in a mathematical expression. The statement ‘a=b+c’ contains no functions, but it only performs the ADDITION operation between b and c and assigns the value to a. The statement a=sum(b,c) shows no mathematical operation EXPLICITLY since the operation is done by the function itself.



Discussion

No Comment Found

Related InterviewSolutions