Computer Science, asked by rinkujha083, 3 months ago

write a program to the fractional number to a given number is​

Answers

Answered by udayabhandary72
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