adplus-dvertising
frame-decoration

Question

Let x be an array.Which of the following operations is illegal?

i) ++x.
ii) x+1.
iii) x++.
iv) x*2.

a.

I and II

b.

I, III and IV

c.

III and IV

d.

II and III

Posted under Strings C Programming

Answer: (d).II and III

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Let x be an array.Which of the following operations is illegal? i) ++x. ii) x+1. iii) x++. iv) x*2.