0 votes
3
What is the time complexity of the following code?for(i=n;i>=1;)i=i/2;