C-Programming #1
|
Let's talk about data-types: What are the data-types in C programming? |
Answered by
streetprophet90
May 23, 2023
Replies: 3 comments 2 replies
|
I'll go first to set the pace. There are four main blocks of data types - Basic data types, Derived data types, Void data types and enumeration data types. Now we can go into the fine details. |
0 replies
|
Under basic data types, there is "int" which stores integer values. List some more |
2 replies
|
pointers |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
int char float double