View Single Post
  #1 (permalink)  
Old 01-31-2008, 07:29 AM
lalithalydia lalithalydia is offline
Member
 
Join Date: Jan 2008
Posts: 3
lalithalydia is on a distinguished road
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
Reply With Quote
Sponsored Links