India Map Using C Program
Every child uses India Map at least once in his/her School days in Social Subject. Many can draw India Map using Softwares but here i will show you how to get India Map using C Program.
Lets see how to create India Map using C Program
#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);
getch();
return 0;
}
Thats It. Now save and execute your Program.
0 comments:
Post a Comment