how to initialize a boolean in c 2b 2b

Solutions on MaxInterview for how to initialize a boolean in c 2b 2b by the best coders in the world

showing results for - "how to initialize a boolean in c 2b 2b"
Ginger
29 Nov 2017
1bool b1 = true;      // declaring a boolean variable with true value