Mega Code Archive

 
Categories / C Tutorial / Printf Scanf
 

F

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