This site will only be posted on all topics based on technology ):-Those who are studying diploma engineering in computer department. The necessary things for them will be uploaded on this site.-:( B: DR: Upload source code of Java, C, C ++, Visual Basic, Python, Basic Programs for C # Programs ♡♡♡ Thanks Everybody ♡♡♡♡
Showing posts with label Programming in C. Show all posts
Showing posts with label Programming in C. Show all posts
Tuesday, 26 March 2024
Friday, 31 May 2019
Summations Tow Numbers Programming in C with source code
Summations Tow Numbers Programming in C
#include<stdio.h>
int
main()
{
int
a,b,sum;
printf("Enter
the number a=");
scanf("%d",&a);
printf("Enter
the number b=");
scanf("%d",&b);
sum=a+b;
printf("sumation=%d\n",sum);
getch();
}
Subscribe to:
Posts (Atom)