Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. int main()
  2. {
  3. int *x;
  4. x[0]=1;
  5. }
  6.  
  7. Run-Time Check Failure #3 - The variable 'x' is being used without being initialized
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement