Multiple choice

Can we do the following assignment?num[0] = num2[1]; where both the arrays are integer type?

  1. Yes

  2. No

  3. Yes but some sort of type casting is required

  4. Impossible

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Explanation: We cannot equate these two types of arrays.