Computer Science, asked by ameen69, 11 months ago

write a program to multiply three numbers

Answers

Answered by Akhilrajput1
2
Program to multiply two numbers in C:

#include<stdio.h>

#include<conio.h>

void main()

{

int one, two, multiply;

printf("Enter first number - ");

scanf("%d",&one);

printf("Enter second number - ");


swadhishrana: Yai prigram pura too karo
ameen69: on
ameen69: kya
ameen69: muje tume a0na program dekhan
ameen69: kese de khaye
Similar questions