Advertisement
Guest User

Untitled

a guest
May 24th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. int main()
  2. {
  3. int x;
  4. int y;
  5. if( x > 4 ) // <-- what is the value of x here?
  6. {
  7. y = 5; // <-- did this line of code execute?
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement