Mega Code Archive

 
Categories / C Tutorial / Printf Scanf
 

A

#include <stdio.h> main() {     printf("\a %d", 25);     printf("AAA"); } 25AAA