int func (int num){int count = 2;while (num){ count ++; num>>=1;}return (count);}
Not registered? Create an account
Forgot Password?
Already a registered user? Login