Skip to content

Instantly share code, notes, and snippets.

@cTxplorer
Created May 15, 2017 07:10
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/8ff28dc64c9882cded7fb8b6efdd0590 to your computer and use it in GitHub Desktop.
Save cTxplorer/8ff28dc64c9882cded7fb8b6efdd0590 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