printf("\rsi\n");//\r reset position of printf statement from starting ..means overrite previous statements on output display...or flush value of previous statement & write this value in printf after \r from statrting position untill \ndoes not come..//
//if there is \n with next statement \r then effect of \r is cancelled ...bcz \r\n was used previously things..//