• Embed Doc
  • Readcast
  • Collections
  • 4
    CommentGo Back
Download
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...

nice answer allright.. plz share more code

Bad code, but that's the point. It's obfuscated enough that you learn a little about the language while you decipher it.

@setanbedul, Yep. It compiles even on something as easily obtainable as the compiler that comes with Bloodshed's Dev-C++ IDE. The function 'pal' doesn't really exist, as it is a #define alias for a function outside the main scope that calls the stdio.h function printf(). Depending on how your compiler is configured to interpret define statements this may or may not work nicely. Replace every instance of pal with PrintALine and you should be golden.

wakakaka are you sure this source work? where 'pal' function

You must be to leave a comment.
Submit
Characters: ...