hi,this is jst a simple program to add numbers.i think u wil b satisfied wit ths
#include<stdio.h> //input output header file
#include<conio.h>
main()
{
int a,b,c;
clrscr();
printf("enter any number");
scanf("%d",&a);
printf("enter any number");
scanf("%d",&b);
c=a+b;
printf("%d",c);
getch();
}
Chat with our AI personalities
program to find maximum of two numbers using pointers
sum = a + b + c;
By learning how to program on C+.
fdsgfhgdfhgdf
The property which states that for all real numbers a, b, and c, their sum is always the same, regardless of their grouping:(a + b) + c = a + (b + c)