+ 3
How many total number of data type in C?
5 odpowiedzi
+ 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
+ 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.
+ 3
C Data type!
https://en.m.wikipedia.org/wiki/C_data_types
+ 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.
0
Is there difference between keywords and data type??