answersLogoWhite

0


Best Answer

void main() { int a,b, result; clrscr(); printf("\n\n\t\tenter any two nos.."); scanf("d",&a,&b); if(a==0b==0) printf("multiplication of %d and %d is zero",a,b); else { result=a*b; printf("multiplication of %d and %d is %d",a,b,result); } getch(); }

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a programme for multiplication of two numbers in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write a programme for substraction of two numbers in c language?

substracion of any two number program in c


How can the community of property be used to write a multiplication sentence?

it can be used to write a multiplication sentence by flipping the numbers around


How do i Write a programme to show the fabonasi numbers?

Step 1. Learn the word "Fibonacci"...


Write the square numbers between 1 and 40 describe the pattern the square numbers make on the multiplication table?

1,4,9,25,36


Who to Write a programme for addition of two 100 digit numbers in c language?

The native C language will not permit the addition of two 100 digit numbers with native data types. Therefore, you need to simulate the 100 digit numbers differently, and that can be done various ways, including using an arbitrary precision math package, or BCD arithmetic, etc.


How do you write an assembly language program to find the sum of n numbers using array?

write an assembly language program to find sum of N numbers


What is another way of writing a x 2 1 c?

If the "x" is a multiplication sign, you can simply write the numbers first, and omit the multiplication sign: 21ac.


Write a c programme to print all the even numbers in descending order?

#include(stdio.h) int main ()


How do you write multiplication names for three different square numbers?

multiplicand_________multiplier / multiplicand x multiplier=product_______product______


Write a multiplication story using the numbers 3 and 5 and 15?

As a product of its prime factors: 3*5 = 15


How do you write a composite number as a product of two prime numbers?

To write a composite number as a product of two prime numbers, write it as an answered multiplication question like 2 x 17 = 34 or 3 x 3 x 7 = 63.


What is associative property multiplication?

The associative power of multiplication states that for any three numbers a, b and c, (a * b) * c = a * (b * c) and so we can write either as a * b * c without ambiguity.