C program
This is personal blogger I'd It is use full for c programmer And world tuter And neatur lover
My Blog List
Thursday, 11 August 2022
Monday, 20 June 2022
Sunday, 16 January 2022
Sum of two number in c language
Sum of two number
#include <stdio.h>
#include<conio.h>
void main()
{
int a,b,sum;
clrscr();
a=50;
b=30;
sum=a+b;
printf("sum is = %d",sum);
getch();
}
output:-
sum is = 80
Saturday, 14 September 2019
Subscribe to:
Posts (Atom)
Rainbow🌈 text change
                          &nb...



