C program to multiple two numbers using addition operator

Problem statement

Write a program which take two numbers as input from a user and multiple each other without using multiplication operator. To multiply two numbers use addition or plus(+) operator.

Program of multiplication

Output

This program read two numbers and calculate multiplication using arithmetic plus (+) operator. We do not use multiplication operator(*) to multiply the numbers.

Help others by sharing the content!

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.