What are benefits of implementing built in data Types in programming language? State the built in data Types implemented by c++
Answers
Answered by
0
Explanation:
data types implemented by c+I
Answered by
0
The already written data type in the programming language is known as the built-in data type.
- Already available data types in a programming language are the built-in data types.
- Since these data types are already there, they can be used by the programmer directly calling them.
- So, it makes the developer use it easily.
- And no other time is required for the creation of another data type.
- In C++ language, it has a lot of data types that are already there.
- char, int, float, double, bool, etc are some examples.
Similar questions