Home
My Reviews
ONLINE EARNING
_Freelancing
COMPUTER
_C PROGRAM
English
_ESSAY
_LETTER
_STORY
_INSPIRATION & MOTIVATION
_QUOTES
BUSINESS
Home
C Program
A C program to display the product of two numbers
A C program to display the product of two numbers
Sanjeev Dhakal
C Program
/*A C program to display the product of two numbers*/
#include<stdio.h>
#include<conio.h>
void main()
{
int a, b, p;
clrscr();
a = 20;
b =16;
p= (a * b);
printf(“product of two numbers is %d”, p);
getch();
}
Output:
C Program
Computer
Post a Comment
0 Comments
Popular Posts
A C program to create a file called emp.rec and store information about a person, in terms of his name, age and salary.
A C program to find factorial of a number using recursion
Limitations of Computer
Labels
Business
3
C Program
38
Computer
45
Essay
52
Inspiration & Motivation
8
Letter
2
Online Earning
7
Quotes
2
Story
6
Ad Space
Best Hosting Provider
0 Comments