Check if a number is multiple of 9 using bitwise operators – Bit Algorithm – Given a number n, write a function that returns true if n is divisible by 9.
c program to print numbers divisible by 3 and 5
1 Article
1
Check if a number is multiple of 9 using bitwise operators – Bit Algorithm – Given a number n, write a function that returns true if n is divisible by 9.