Sign in
Please select an account to continue using cracku.in
↓ →
Consider the function
int func(int num) {
int count = 0;
while(num) {
count++;
num >>= 1;
}
return(count) ;
}
For func(435) the value returned is
Create a FREE account and get:
Educational materials for CAT preparation