Search This Blog

Tuesday, May 4, 2010

Round an integer to the nearest int that is lower than or equal to it and a multiple of 64

Programmer Question


Given an integer x, how would you return an integer y that is lower than or equal to x and a multiple of 64?





Find the answer here

No comments:

Post a Comment

Related Posts with Thumbnails