Hi guys, in this section we will discuss the Data Types in C language. This data type concept is also considered a long question in University Exams and other Semester exams. Without wasting time let's get started.
Data Types:
Data Types are the keywords describing the data type that a variable can store, the type of data that a function can return.
C language supports various kinds of data types which are mainly divided into two major parts:
- Primitive data types / Built-in data types
- Non-primitive data types / Reference data types
Primitive Data Types:
- Primitive data types are reference data types that are not divided from other data types.
- These are pre-defined and are also known as built-in datatypes.
Referenced Data Types:
- Referenced data types are the data types that are constructed by using primitive data types.
- These are also known as non-primitive data types.
Don't worry in this section we just discuss the intro of data types. Later we will discuss the types of both primitive and non-primitive data types. So please check out the next section.
That's all for this section, you can also watch videos on YouTube for more information about this concept.
Watch on YouTube😎