Data types in Computer Programming
Duration: 5:50 Min | May 23, 2023
A data type or simply type is a classification of data that tells the compiler or interpreter how the programmer intends to use the data. Data types specify the type of data that you work within a program. The data type defines the size of memory needed to store data and the kinds of operations that can be performed on the data.