How many total number of data type in C? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How many total number of data type in C?

16th Dec 2018, 5:27 PM
Vinay Kumar
Vinay Kumar - avatar
5 Answers
+ 9
Please, keep going with C Tutorial! ;)👍 Before asking a question on the Q/A, try to search :  • Google Advenced Search : Set domain to 》sololearn.com《 for  search only on the SoloLearn https://www.google.com/advanced_search   • Eclipse Wiki : "Before asking a question on the forums" https://wiki.eclipse.org/Before_asking_a_question_on_the_forums https://code.sololearn.com/W26q4WtwSP8W/?ref=app // -->2nd Post https://www.sololearn.com/Discuss/1623159/?ref=app
16th Dec 2018, 8:01 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 5
Vinay Kumar there are different types of data type in C namely (a)Basic data types e.g int, char, float, double. (b)Enumeration data type e.g enum. (c)Derived data type e.g pointer, array, structure, union. (d)Void data type e.g void.
16th Dec 2018, 6:08 PM
Ikechukwu Okonkwo
Ikechukwu Okonkwo - avatar
16th Dec 2018, 6:02 PM
AL Araf
AL Araf - avatar
+ 3
Vinay Kumar KEYWORDS are the reserved words in a programming language. They cannot be used as a variable name inside of your program. DATATYPE are keyword which define what type of data a particular variable can hold.
16th Dec 2018, 7:28 PM
Ikechukwu Okonkwo
Ikechukwu Okonkwo - avatar
0
Is there difference between keywords and data type??
16th Dec 2018, 6:17 PM
Vinay Kumar
Vinay Kumar - avatar