Friday, 2 April 2021
Multiplication program for C
To do this on your computer you need to have compiler here i am using turboC++.
Program for multiplication -
#include<stdio.h>
#include<conio.h>
Void main()
{
Clrscr();
Long signed int a,b,c;
Printf("enter any 2 numbers which you want to multiply");
Scanf("%ld%ld",&a,&b);
C=a*b;
Printf("multiplication of these two numbers is = %ld",c);
Getch();
}
Subscribe to:
Post Comments (Atom)
Most viewed
-
Hello friends today I will tell you that which is the best for gaming laptop or pc. So let's begin. In laptop's if your laptop ...
-
Hello friends good news for jio phone lovers jio launched its 2nd phone. See about it. Jio Phone 2 launched at just 2,999 rupees: Las...

3 comments:
Bohot badiya
Good vinayak😁😁😁
Thanks😉
Post a Comment