How to Draw India map using C language?

India map using C language

This c program to create Indian Map. Here is the Code for drawing India’s MAP on the the Command Prompt Console. Just using the simple C Program consisting of two for loops. First loop is using for space and another loop is using for print a map.

Just copy and paste the above code and you will get the output given as the above Image.

 

#include
void main()
{
 int a,b,c;
 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^rtZvYxXy
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);
}
}

getch();
}

Leave a Reply