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 ...
-
ALL THE BASIC INFORMATIONS AND DEFINITIONS ABOUT COMPUTER 1. System: A set of manual and automated activities which are organized ...
3 comments:
Bohot badiya
Good vinayak😁😁😁
Thanks😉
Post a Comment