Anyone can define data types simpley | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Anyone can define data types simpley

25th Sep 2020, 11:52 AM
time is gaming
time is gaming - avatar
3 Answers
+ 6
Kindly refer this and also don't forget to check the comments of the lesson.๐Ÿ‘‡ https://www.sololearn.com/learn/C/2912/?ref=app
25th Sep 2020, 11:59 AM
Minho
Minho - avatar
+ 1
Data type means the type of data that a variable/constant can hold. The type of operations that can be performed on a variable/constant also depend on it's data type. For example, Data type `int` indicates that the variable/constant can hold integer value. You can perform arithmetic operations on int. It's one of the primitive data type in C. Some examples of non-primitive data types will be stack, queue, tree. In case of stack you can perform operations like pop(), push(), size(). I'll suggest you to search on internet for better definitions and examples.
25th Sep 2020, 12:11 PM
๐Ÿ‡ฎ๐Ÿ‡ณOmkar๐Ÿ•‰
๐Ÿ‡ฎ๐Ÿ‡ณOmkar๐Ÿ•‰ - avatar
0
Omkar thanks
26th Sep 2020, 4:08 PM
time is gaming
time is gaming - avatar