how to check whether a number is divisible by 5 or not without using % and / operator. I want a quickest algorithm for this problem.
Add all the bytes and check (by table look-up) if the sum is divisible by 5.