Are there any new intrinsic (built-in) data types?
Answer / nimish singh
Yes. The ANSI committee added the bool intrinsic type and its true and false value keywords.
Other apparent new types (string, complex, and so on) are implemented as classes in the Standard C++ Library rather than as intrinsic types.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why Pointers are not used in C++?
Is c++ harder than java?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What are the main features of c++?
What is the role of C++ shorthand's?
Is arr and &arr are same expression for an array?
Explain the difference between struct and class in terms of access modifier.
How can a '::' operator be used as unary operator?
Describe the main characteristics of static functions?
What is a c++ class?
What is the best it certification?
What are the basics concepts of OOPS?