jeudi 25 février 2021

Finding integer divisors of a set of numbers in C language

I want to do this in a function: How do I find out in a C program if a number is divisible by 2, 3, 4, 5, 6, 8, 9, 25 and 125 without using the % operator?

Aucun commentaire:

Enregistrer un commentaire