+ 1
C language Programming Error
why not run my Program.Its given my Schooling Time programs Basic Level Program."sum of two No" plz Solve my Problem?? #include<stdio.h> #include<conio.h> void main() { clrscr(); int a,b,s; printf("enter two no:"); scanf("%d,%d",&a,&b) s=a+b; printf("sum=%d",s); getch(); }
2 Respostas
+ 2
Just a little extra on Turbo C:
https://www.sololearn.com/discuss/288609/?ref=app
+ 1
Its error when i run this program??