Mega Code Archive

 
Categories / C Tutorial / Printf Scanf
 

R

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