Mega Code Archive
Categories
/
C Tutorial
/
Printf Scanf
B
#include
main() { printf("\b %d", 25); printf("AAA"); } 25AAA