Created
January 30, 2013 07:41
-
-
Save arangamani/4671482 to your computer and use it in GitHub Desktop.
C code to print India Map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "stdio.h" | |
main() | |
{ | |
int a,b,c; | |
int count = 1; | |
for (b = c = 10; | |
a = "- FIGURE?, UMKC,XYZHello Folks,\ | |
TFy!QJu ROo TNn(ROo)SLq SLq ULo+\ | |
UHs UJq TNn*RPn/QPbEWS_JSWQAIJO^\ | |
NBELPeHBFHT}TnALVlBLOFAkHFOuFETp\ | |
HCStHAUFAgcEAelclcn^r^r\\tZvYxXy\ | |
T|S~Pn SPm SOn TNn ULo0ULo#ULo-W\ | |
Hq!WFs XDt!"[b+++21]; ) | |
for(; a-- > 64 ; ) | |
putchar ( ++c=='Z' ? | |
c = c / 9 : | |
33 ^ b & 1 ); | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment