Guest User

Untitled

a guest
Jun 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. int main(int argc, const char *argv[])
  2. {
  3. int x;
  4. x = 2 //**/ 2
  5. ;
  6. if(x == 1) printf("C89\n");
  7. else {
  8. x = 2 /* &x // */
  9. ;
  10. if(x == 2) printf("C++ or C99\n");
  11. else printf("CMagic\n");
  12. }
  13. }
Add Comment
Please, Sign In to add comment