TomoLink
Mediumtcs-nqt

What is the time complexity of the following code? for(i=1; i<n; i=i*2) print(i);