+ 5
Use of bool
Anyone can plz explain the function of bool in c
1 Answer
+ 5
A bool is a value of either True or False. They are returned and used by decision making operators and statements
If-statements and equality operator are good examples
Anyone can plz explain the function of bool in c