/* write a program to calculate the addition of number.*/
#include<stdio.h>
#include<conio.h>😀
void main()
{ int a,b,sum;
clrscr();
printf(" Enter a number \n =" );
scanf("%d%d",&a,&b);
sum=a+b;
printf("Addition of number are=%d",sum)
getch();
}
/* Output Screen :--
Enter a number= 4
6
Addition of number are= 10 */
😀😟😏😘
No comments:
Post a Comment
This Blog helps you to learn basics to high level programming coding and practicals.
conceptual understanding