Asked by Naibe Rosas on Jul 24, 2024

verifed

Verified

A built-in data type is one that is provided as an integral part of the language.

Built-In Data Type

Data types that are predefined and supported directly by a programming language without the need for the programmer to define them.

  • Distinguish between built-in and programmer-defined data types in C.
verifed

Verified Answer

AP
ankur patelJul 29, 2024
Final Answer :
True
Explanation :
Built-in data types are those that are predefined and provided by the programming language itself, not requiring the programmer to define or import them.