+ 1
Where is the error?
#include<stdio.h> int main() { int a,b,sum; scanf("%d %d" &a,&b); sum=a+b; printf("The sum is %d",&sum); return 0; }
7 odpowiedzi
+ 6
scanf("%d %d", &a, &b);
sum=a+b;
printf("The sum is %d",sum);
+ 1
First error probably in the not clear name of topic, second error is that you dont use code playground for checking error :)
+ 1
@Zahid atleast he tried.. instead of just posting the question in the name of challenge
0
Sololearn is not to get your homeworks done
try solving your homework on your own..
don't just say it as challenge..
it's better get into it.. and understand the concepts..
0
😂
0
I became unable to find err.So,Ask my seniors,Not for doing my home work.#Mr_Jahid_Afzal_Chauwdary