InterviewSolution
Saved Bookmarks
| 1. |
Explain bool data type. |
|
Answer» The bool data type means Boolean, that has the logical value true or false. It can be used to manipulate logical expressions. |
|