Advertisement
Dprogrammed1

C ques 57

Apr 5th, 2019
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.15 KB | None | 0 0
  1. #include<stdio.h>
  2. void main(){
  3.     static int i;
  4.     for(;;)
  5.     if(i+++"The Matrix")
  6.           printf("Memento");
  7.     else
  8.          break;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement