Skip to content

Instantly share code, notes, and snippets.

@ofan
Created September 8, 2011 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ofan/1202307 to your computer and use it in GitHub Desktop.
Save ofan/1202307 to your computer and use it in GitHub Desktop.
#include <iostream>
int main(){
int x=0;
for(int i=10;i<100;++i);
// How many times will the next line be executed????????????????/
x++;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment