Printf Scanf C Tutorial

#include 
main()
{
    printf("\a %d", 25);
    printf("AAA");
}
25AAA