Guest User

Untitled

a guest
Sep 14th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #include<stdio.h>
  2. void main()
  3. {
  4. int a=100;
  5. printf("%d",a);
  6. int b=200; //Error
  7. printf("%d",b);
  8. }
Add Comment
Please, Sign In to add comment