|
Error
Dear friends,
below is my coding, it shoots error. can you pls help me to identify my error line
if(code>1);
a=b+c
else
a=0
my another coding is
int m;
int x[]=int[10];
int[.]y=int[11];
for(m=1;m<10;++m)
x(m)=y[m]=m;
x=y=new int[20];
for(m=0;m<10;++m)
pls find me where is error
|