adplus-dvertising
frame-decoration

Question

What is the output of the following code?
a=con([1 2],[1 2]);
b=cconv([1 2],[1 2]);

a.

a=b

b.

a<b

c.

a>b

d.

a!=b

Answer: (a).a=b

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?