- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is the type specifier for boolean in C++?
The type specifier for boolean in c++ is bool. You can use it as −
bool myBoolean = true;
- Related Articles
- What is a function specifier in C?
- What is the syntax for boolean values in MongoDB?
- What is the purpose of an access specifier in C#?
- Boolean Type in Java
- The "%" custom specifier in C#
- The "#" custom specifier in C#
- PHP Boolean Data Type
- What is the best data type to use for currency in C#?
- C++ Program to Convert String Type Variables into Boolean
- "." custom specifier in C#
- Using real Boolean type in SAP ABAP
- What is the data type for unix_timestamp in MySQL?
- How to check if String value is Boolean type in java?
- The "0" custom format specifier in C#
- What are Boolean Literals in C++?

Advertisements