top of page
Frequently Asked C Language Interview Question & Answers
What are Derived data types in C?
Derived data types are object types which are aggregates of one or more types of basic data types. Below is the list of derived datatype in C Language.
-
Pointer types
-
Array types
-
Structure types
-
Union types
-
Function types
bottom of page