1.

Consider the following code snippet[x,y]=[y,x];What is the result of the above code snippet?

A. hrows exception
B. wap the value of the two variables
C. lashes an error
D. reates a new reference object
Answer» D. reates a new reference object


Discussion

No Comment Found