Skip to content

Instantly share code, notes, and snippets.

@cTxplorer
Created May 15, 2017 07:06
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 cTxplorer/3eafd36bd1b8e931ada4cae0ebd722b5 to your computer and use it in GitHub Desktop.
Save cTxplorer/3eafd36bd1b8e931ada4cae0ebd722b5 to your computer and use it in GitHub Desktop.
#include <stdio.h>
void main()
{
int n = 0, m = 0;
if ( n > 0 )
if ( m > 0 )
printf("True\n");
else
printf("False\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment