New: learncAll contenthive-129948krhive-196917zzanhive-185836hive-183959hive-180932hive-166405steemhive-144064hive-150122hive-101145uncommonlabhive-188619hive-183397hive-184714bitcoinhive-145157hive-180301krsuccesslifehive-193637hive-103599hive-139150motivationTrendingNewHotLikersrnkchr0 (35)in c • 2 years agoWhat is exit(0) and exit(1) in C/C++ | ExplainedExit Success – This is indicated by exit(0). Exit Failure – This is indicated by exit(1). Let’s understand exit(0) and exit(1) with the help of examples.