I just came across following obfuscated code which prints map of a
asian country India......
Can any body help me in understanding what is happening in this
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}TnA LVlBLOFAkHFOuFE Tp\
HCStHAUFAgcEAel clcn^r^r\\tZvYx Xy\
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;
}
asian country India......
Can any body help me in understanding what is happening in this
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}TnA LVlBLOFAkHFOuFE Tp\
HCStHAUFAgcEAel clcn^r^r\\tZvYx Xy\
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;
}
Comment