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
Are BF Goodrich tires safe and reliable? If rockets spin is that good? When multiplying by ten the digits shift to the? What year did Wicked open on Broadway? What is a common fraction factor of 1 3 and 1 4 The largest fraction that goes into both of them please? Where do you find an ignition wiring diagram for a ninety three jeep grand Cherokee for point six liter four wheel drive? How can I install a double bypass barn door in my home? Can a man sue his wife for back child support if the kids are adults? When was Alma - film - created? How many distress rockets did titanic fire? What is 15 divided by 4 in a fraction? What are bundles of muscles fibers within a muscle called? What 5 letter country starts with J? What is the longest distance in Texas? What is the slope of the line shown below (-3-2) (4-2)? What is the most effective method for removing caulk from surfaces using a chemical caulk remover? How many ants can fit in an average car? What does bonmarche mean in English? When the Grinch stole Christmas did he steal the Christmas Tree? How does the color of an object show temperature?

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 ©2026 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.