answersLogoWhite

0

How do you find the HCF in c?

User Avatar

Anonymous

∙ 15y ago
Updated: 8/18/2019

For two positive integers:

int gcf(int a, int b)

{

int temp;

while (b!=0) {

temp=b; b=a%temp; a=temp;

}

return a;

}

User Avatar

Wiki User

∙ 15y ago
Copy

What else can I help you with?

Related Questions

If c is a multiple of d what is their hcf?

Their hcf is d.


Hcf flowchart of c?

sfafa


What is the HCF of 119753204389?

Two or more numbers are needed to find the HCF


What is the hcf for 24?

You need at least two numbers to find an HCF.


Hcf of 8498168?

Two or more numbers are needed in order to find the HCF


What is the HCF of 220 and 88?

It is: 44


Can you find the HCF of 3 numbers using euclids division lemma?

Yes.First find the HCF of two of the numbers, then find the HCF of that answer and the third number.In this way you could find the HCF of as many numbers as you want.


What is the hcf value of 5?

Two or more numbers are normally needed to find the HCF of them.


What is Highest common factor (HCF) of 27?

Two or more numbers are needed to find their HCF


What is the HCF for the number 4?

the GCF of 4 3 5 is 1


Find HCF of 260 and 560?

HCF is the highest common factor of two or more numbers. HCf of 260 and 560 is 20.


If the product oftwo numbers is 810 if there HCF IS 9 FIND LCM?

if the product of two numbers is 810 if there hcf is 9 find Lcm

Trending Questions
Where is Roundup Montana? What is the integer of 50 degrees below 0? Can a tmobile phone be used if it was reported lost? What can you do to contribute more to the company? Why Mohammad hafeez is called professor? Which kind of mutation has the greater potential to affect the evolution of a population a mutation to a body cell or a mutation in an egg cell? When did Mark Twain change his name to Mark Twain? DOES A TRIANGLE HAVE A 3 LINES OF SYMMETRY? How can you clean a trading card? What is (y 4)(y-3)? Is a hurricane scale qualitative? What caste is marathi surname hardas? Is brown a noun or a verb or and adjective? How much minutes in 24 miles? Why is it permissible to violate generally accepted accounting principles when preparing reports used strictly by company management? What MBL players use Old Hickory baseball bats and Gloves? What are the darkly staining area of the nucleus that produces the subunits of ribosomes is? Why did the medieval church believe the earth was flat? Is sweet tarts candy one word? Is Amy lee Chinese?

Resources

Leaderboard All Tags Unanswered

Top Categories

Algebra Chemistry Biology World History English Language Arts Psychology Computer Science Economics

Product

Community Guidelines Honor Code Flashcard Maker Study Guides Math Solver FAQ

Company

About Us Contact Us Terms of Service Privacy Policy Disclaimer Cookie Policy IP Issues
Answers Logo
Copyright ©2025 Infospace Holdings LLC, A System1 Company. All Rights Reserved. The material on this site can not be reproduced, distributed, transmitted, cached or otherwise used, except with prior written permission of Answers.