C Program to Calculate the Sum of Two Numbers
This C program prompts the user to enter two numbers, calculates their sum, and displays the result.

SRAK Coding
43.6K views • Dec 27, 2022

About this video
#include"stdio.h"
#include"conio.h"
void main()
{
int a,b,c;
clrscr();
printf("Enter two Numbers: ");
scanf("%d%d",&a,&b);
c=a+b;
printf("Sum= %d",c);
getch();
}
Contact:- srakcoding@gmail.com
Thanks for watching
----------------------------------
Like this video
----------------------------------
Subscribe this channel
-----------------------------------
All are welcome to our channel...... Be best.......
Learn coding with fun🙂🙂
Peace ♥️♥️
data professor
ant man and the wasp quantumania
C+t programming in tamil
covid china
erika
videos para niños de 7 años
#include"conio.h"
void main()
{
int a,b,c;
clrscr();
printf("Enter two Numbers: ");
scanf("%d%d",&a,&b);
c=a+b;
printf("Sum= %d",c);
getch();
}
Contact:- srakcoding@gmail.com
Thanks for watching
----------------------------------
Like this video
----------------------------------
Subscribe this channel
-----------------------------------
All are welcome to our channel...... Be best.......
Learn coding with fun🙂🙂
Peace ♥️♥️
data professor
ant man and the wasp quantumania
C+t programming in tamil
covid china
erika
videos para niños de 7 años
Video Information
Views
43.6K
Likes
903
Duration
0:32
Published
Dec 27, 2022
User Reviews
4.7
(8) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.