Mega Code Archive

 
Categories / C Tutorial / Printf Scanf
 

%%

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