Mega Code Archive

 
Categories / C Tutorial / Printf Scanf
 

V

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