InterviewSolution
Saved Bookmarks
| 1. |
What is the data type to store the Boolean value? |
|
Answer» bool, is the new primitive data type introduced in C++ language. |
|