Mega Code Archive

 
Categories / C Tutorial / Printf Scanf
 

Using escape character

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