Skip to content

Instantly share code, notes, and snippets.

@ThePratikSah
Created July 17, 2017 13:19
Show Gist options
  • Select an option

  • Save ThePratikSah/9afaaac66e6b142e017f349235a4470f to your computer and use it in GitHub Desktop.

Select an option

Save ThePratikSah/9afaaac66e6b142e017f349235a4470f to your computer and use it in GitHub Desktop.
/*
Author: Pratik Sah
Topic: Using If statement
*/
main(){
if (condition) { //'{ }' for multiple statements
statement 1;
statement 2;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment