Which of the following will correctly assign all the values in one array to the other array? (Assume both arrays are of the same type and have SIZE elements)

a. array1=array2;
b. array1[]=array2;
c. for(i=0;i array1[i]=array2[i];
d. for(i=0;i array1[]=array2[];

c. for(i=0;i array1[i]=array2[i];

Computer Science & Information Technology

You might also like to view...

A pair of frequencies is called a ________

A) cell B) channel C) SID D) tower

Computer Science & Information Technology

Visual disabilities include legal blindness and low vision, but does not include color blindness.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology