What will the output after execution of the following statements?

main()  
{  
  printf ("\\n ab");  
  printf ("\\b si");  
  printf ("\\r ha");  
}  


Posted on by