home
System
Software
Hardware
Programming
Networking
Troubleshooting
Smartphones
Computer
>>
Computer tutorials
> >>
Programming
>>
C++
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;
Why do we use modifiers in C/C++?
What are type specifiers in C++?
What is the C++ equivalent of sprintf?
What is the effect of extern “C” in C++?
What is the size of a pointer in C/C++?
What are primitive data type in C++?
What is Casting operators in C++?