Computer Science, asked by AiswaryaMN, 5 months ago

write a program to find the product of 2 numbers using user defined function?? ​

Answers

Answered by SmotherQueen
5

Answer:

int num1,num2,product;//variable declaration. printf("Enter the two number "); scanf("%d %d",&num1,&num2);//taking two number as input from user. product=multiplyNum(num1,num2);//calling the function.

Explanation:

I hope it will help you!!!!!!

plzz follow me and mark me as brainlieast

Similar questions