Mega Code Archive

 
Categories / C Tutorial / Printf Scanf
 

N

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