write a program to the fractional number to a given number is
Answers
Answered by
0
Answer:
#include <stdio.h>
int main()
{
int a, b,c,d,x,y,i,gcd;
printf(“\nEnter the numerator for 1st number : “);
scanf(“%d”,&a);
printf(“\nEnter the denominator for 1st number : “);
scanf(“%d”,&b
Similar questions
Science,
2 months ago
Social Sciences,
2 months ago
English,
2 months ago
Computer Science,
5 months ago
Math,
5 months ago
Social Sciences,
11 months ago