Simple program to add two numbers #include<stdio.h> #include<math.h> int main() { int a,b,sum; printf("Enter two real numbers"); scanf("%d %d",&a,&b); sum=a+b; printf("sum of a and b is %d",&sum); return 0; }
Kannupriyasingh/sum
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|