Correct answer is (a) a=pi;b=’pi’;
The best I can explain: After entering the code in MATLAB, the workspace view is:
A character variable is stored by declaring the character value within a pair of single inverted commas. An integer variable is stored by simply declaring the variable with the integer value. pi is stored in MATLAB as an integer value itself of 3.1416.