- 2
What is the use of data type
4 Réponses
+ 7
Checkit once solo lesson will help you you have completed this lesson but may be u have skipped this part.
https://www.sololearn.com/learn/C/2912/
+ 2
Basically data type is a talking and it defines the type of data to be stored in a variable.
Have a look
https://en.wikipedia.org/wiki/Data_type?wprov=sfla1
And mention the language
https://www.sololearn.com/learn/PHP/1796/?ref=app
https://www.sololearn.com/learn/JavaScript/1129/?ref=app
https://www.sololearn.com/learn/1259/?ref=app
https://www.sololearn.com/learn/CPlusPlus/1621/?ref=app
0
to tells the compiler and interpreter how the data will use. And also defines the operation with data. Store data as well.
0
A data type is a use for data that tells the interpreter how to programmer intends to use the data.