Skip to content

Instantly share code, notes, and snippets.

@vishalarora91
Last active August 29, 2015 14:27
Show Gist options
  • Save vishalarora91/44773ce1d2d27769ca95 to your computer and use it in GitHub Desktop.
Save vishalarora91/44773ce1d2d27769ca95 to your computer and use it in GitHub Desktop.
int main(void){
int a = 0;
if(a)
cout<<”Hello”,
cout<<” World”,
Else
cout<<”Hello”,
cout<<”Vishal”,
a++;
getch();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment