Good morning friends...
is it possible to store one array to another array if it is like this
s[][]=s1[];
s[1][1]=s1[];
what will happen for this code.
is it possible to store one array to another array if it is like this
s[][]=s1[];
s[1][1]=s1[];
what will happen for this code.
Comment