void main() { int i;
for( i =2; i<16; i = i/2) { } } Can someone plz tell me the time complexity of this code?