Que: What would be the output of the following code (in editor window)?

A = [0 1; 1 0]	;	B=2	;	C = A + B
a. 1 24 5
b. 2 33 2
c. 3 23 2
d. 3 22 3
Answer: 2 33 2

Leave a Comment