#include<stdio.h>
printf("1- LCM\n2- HCF\nplease choose: "); //Giving options
default:
// Body of Lcm function
//Body Of Hcf Function
Tags:
basic c
basic c program
C
Write a C-program to determine LCM or HCF of two integer values. Your code should first of all provide two choices 1 or 2 to the user to opt for LCM or HCF
Precious material that is giving to us.
ReplyDelete