Saved Bookmarks
| 1. |
What is the size of a boolean variable in C++?(a) 1 bit(b) 1 byte(c) 4 bytes(d) 2 bytesThe question was asked by my school principal while I was bunking the class.My question is from C++ Concepts topic in chapter Basics Concepts of C++ of C++ |
|
Answer» The correct option is (a) 1 bit |
|