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