Saturday, 28 May 2016

C: THE BEST LANGUAGE

This C program which generates map of India as an output:
  1. #include <stdio.h>
  2. main()
  3. {
  4. int a,b,c;
  5. int count = 1;
  6. for (b=c=10;a="- FIGURE?, UMKC,XYZHello Folks,\
  7. TFy!QJu ROo TNn(ROo)SLq SLq ULo+\
  8. UHs UJq TNn*RPn/QPbEWS_JSWQAIJO^\
  9. NBELPeHBFHT}TnALVlBLOFAkHFOuFETp\
  10. HCStHAUFAgcEAelclcn^r^r\\tZvYxXy\
  11. T|S~Pn SPm SOn TNn ULo0ULo#ULo-W\
  12. Hq!WFs XDt!" [b+++21]; )
  13. for(; a-- > 64 ; )
  14. putchar ( ++c=='Z' ? c = c/ 9:33^b&1);
  15. return 0;
  16. }
Here is the output:
_____________
 You can understand how this code :How does this code generate the map of India?

1 comment: