Can we do the following assignment?num[0] = num2[1]; where both the arrays are integer type?
Reveal answer
Fill a bubble to check yourself
Can we do the following assignment?num[0] = num2[1]; where both the arrays are integer type?