this is my first program, a simple arithmetic, but it wont add!
where did I go wrong? compiler shows no error,Code:main() { int x,y,z; scanf("%d", x); scanf("%d", y); z=x+y; printf("sum is:", z); }
takes input and prints only--> sum is:
pretty demotivating for my first program!



1Likes
LinkBack URL
About LinkBacks




