#include <stdio.h> int main(){ printf("ab"); printf("\bsi"); printf("\rha"); printf("\n");}
Standard input is empty
absi ha
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!