Review the code on this blog and provide your feedback
uint Reverse(uint x){uint y = 0;int i=0; for (i=0;i<32;i++) y =" (x">>= 1;}return y;}
No comments:
Post a Comment