#include <stdio.h>
main()
开发者_如何学C{
   printf("az\b\b");
   printf("s\ni");
}
above program when compiled with gcc gives output
sz i
Can someone help us out to understand the output
That's because your console interprets '\b' as a backspace character. 
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论