adplus-dvertising
frame-decoration

Question

What is the output of the following code?
p=[1 3 2]; roots[p];

a.

Syntactical Error

b.

Undefined roots

c.

-2,-1

d.

Cannot be determined

Answer: (a).Syntactical Error

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the following code?