Data types means | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Data types means

Please reply

19th Feb 2021, 4:34 PM
Saieswar Miriyala
Saieswar Miriyala - avatar
4 Answers
+ 1
In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. Most programming languages support basic data types of integer numbers, floating-point numbers, characters and Booleans
19th Feb 2021, 4:50 PM
∆BH∆Y
∆BH∆Y - avatar
+ 1
∆BH∆Y Pls do attach the link to the source when you are copy pasting from search engines or much better is to give the link alone ...You knw u need to give credits for works/info thats not yours ... Original link 👇 https://en.m.wikipedia.org/wiki/Data_type
19th Feb 2021, 5:12 PM
Alphin K Sajan
Alphin K Sajan - avatar
+ 1
Things are of a type of data 'a' in english language is called a letter its type is of letter 'a' in programming is called a char its type is of char 1 in english is called a number its type is of number 1 in programming is called an int its type is of int It's just a way for a computer to know what its storing When you create a variable you have to declare what type of data it will store Think of a variable like having a box in real life that has a label on it called books and knowing when you refer to the books box you will find only books
19th Feb 2021, 10:10 PM
D_Stark
D_Stark - avatar
0
Data type example: Q: Do you eat regularly? A: yes (Boolean data type) Q: How many times you eat in a day? A: 3 (Integer or number data type) Q: Describe yourself. A: I am Mr. T... (String data type) To better understand - search it in Google.
19th Feb 2021, 6:11 PM
Imtiaz Faisal
Imtiaz Faisal - avatar