Wednesday, 7 August 2013

An interesting Program-Map of India Using C

/*I myself dint write up this program. I got this through my friend, and really liked it. so, i thought to post it. In this program we am printing Map of India as output. let's check this Program. if you don't get it . don't worry, I myself dint get many things. this is just to appreciate fun in programming. check this out */    


int 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;
    }

/*Here is the link which explains this program in great detail. check this out.*/

http://answers.yahoo.com/question/index?qid=20080430102750AA1T0z8

No comments:

Post a Comment