+ 2

What is meant by data types??..what is their use??

13th Mar 2018, 3:10 AM
ranjith
2 Réponses
+ 3
Data Types; the value of what a variable is holding, or a value itself: - Integers (regular numbers) - Floats (decimals) - Booleans (True/False Logical statements) Things like that... They are useful in every aspect of programming that has to do with logic and or numbers (which is basically all of it).
13th Mar 2018, 3:14 AM
Dread
Dread - avatar
+ 2
Just to add something... Data types are backbone of any programming language.
13th Mar 2018, 3:57 AM
Pravin Pandey
Pravin Pandey - avatar