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
English,
1 month ago
Math,
1 month ago
Social Sciences,
1 month ago
Computer Science,
3 months ago
Math,
3 months ago
Social Sciences,
9 months ago