VIDEO TITLE :- How to Add two Numbers in C Language || Programme to Add Two Nummbers in C || Sum of Two Numbers #nesocoding #coding #shorts
-------------------------------------------------------------------------------------------------
PROGRAMME :-----
// W.A.P in C and Print Sum Of Two Numbers?
#include_stdio.h_
void main()
{
int a,b,c;
printf("Enter a=");
scanf("%d",&a);
printf("Enter b=");
scanf("%d",&b);
c=a+b;
printf("Result=%d",c);
}
I did not write (Less Than Symbol) in HEADER FILE :- #include stdio.h, because this symbol is not supported in the description of YouTube. So, You can watch video.....
!! Thanks For Watching this Video !!
NOTE : If you have any doubt in C programming language. So, please comment below.......
------------------------------------------------------------------------------------------------
************* C Language Questions ***********
Program for Add two numbers :- • Computer 🖥️ Engineer Whatsapp Status || Pr...…
Program for Check Weather no.is Odd or Even :- • Programe to Check Weather a Number is Even...…
-------------------------------------------------------------------------
Video Quireis :-
1) Write a programe in c sum of two numbers
2) How to Print Sum of Two Numbers in C
3) C programme to find the addition
4) Programe to add to numbers in c programming
5) Sum of two numbers using C Programming
-------------------------------------------------------------------------------------------------
#cprogrammingforbeginners #cprogrammingbyneso #cprogrammingtutorial #cprogramminglanguage #Manshi_Ruj
------------------------------------------------------------------------------------------------
コメント