+ 1
What's problem of this code
#include<stdio.h> main(){ int a,b,sum; printf("Enter two integer value:"); scanf("%d%%d",&a,&b); sum=a+b; printf("\nsum=%d",sum); }
4 Respostas
+ 5
You have 2 % signs before the second %d
+ 3
Please Tag 'C' instead of 'g' ...
(Edit)
Tag was adjusted by moderator, OP didn't care.
https://www.sololearn.com/Discuss/333866/?ref=app
+ 1
Thanks peter c.. and~swim~