Computer Science, asked by sanjha1970, 1 month ago

what is Using Inbuilt types​

Answers

Answered by siddhipatil128
0

Answer:

Built-in types (also called fundamental types) are specified by the C++ language standard and are built into the compiler. Built-in types aren't defined in any header file. Built-in types are divided into three main categories: integral, floating-point, and void. Integral types represent whole numbers.

Similar questions