0
I m unable to identify the errors in this code.plz help me .
3 odpowiedzi
+ 4
In all the printf function calls you need to use + not, between the arguments to concatenate the strings. Finally after the second printf call you need a ;
+ 1
Try changing the syntax of your scanf tot this
scanf ("%d %d",&a,&b);
and don't forget tot add a semicolon at the end of each line!
+ 1
thanks to u all....I did it...and it worked.