why getting tle
Playing with bits
hello @dakshi

u r getting tle because u are modifying i inside this while loop.
store i in some variable and modify that variable in place of i .
so that value of i remain same
why getting tle
hello @dakshi

u r getting tle because u are modifying i inside this while loop.
store i in some variable and modify that variable in place of i .
so that value of i remain same