[dylug] fundoo 'C' program !!!

amit gupta <[email protected]> Fri, 11 Mar 2005 15:47:20 +0530
Newsgroups gmane.user-groups.linux.dylug
Message-ID <[email protected]>
Try out this program…….

this program is a 14 line code which prints india's shape using "!"


#include <stdio.h>
 main()
  {
      int a,b,c;
      for (c=b=10;a=
 "VAMSI PERI,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++];)

	     for(; a-- > 64 ; )
      putchar ( ++c==90 ? c=10:33^b&1);

}