Hi!
Data types are used to classify data that we manipulate in programs. Each variable we declare must be of a certain type. For eg., we have integers, characters, strings, real values (float) and so on. Based on the data type, the compiler allocates certain amount of memory to the variable.
Apart from these pre-defined data types, C allows us to define our own data types. We use "typedef" keyword for this. You can get more help from Turbo C / Borland C itself for each of the keywords.
If you want to know about "Data Structures" you may read the book by Tenenbaum or the one by Horowitz.
Hi Lauro,
This is a very obvious question for enery newbie. I suggest you read the starters books Like Programming with C
By William Gottfried (McGraw Hill). If you face further problems. you can approach us.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.