Microsoft interview question

Code a solution to rotate bitmap by 90 degrees given a structure definition representing the bitmap and a function prototype for the function to do the rotation.

Interview Answer

Anonymous

19 Jan 2012

Take time to make sure you fully understand the problem before starting any work on the solution.

1