False in C and C++

0;
// or in C++ you can also use
false;
Only false, 0 and its equivalents (e.g. NULL or nullptr) evaluate to false in C and C++.

Related

Learn more about if statements and conditionals