Advertisement
vim_fans

Untitled

Sep 25th, 2021
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int j;
  4. int main()
  5. {
  6.     int i;
  7.     printf("i= %d\n",i);
  8.     printf("j= %d\n",j);
  9.     return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement