Difference between primary data type anf secondary data type in c
Answers
Answered by
19
As the name indicates “Primary means the main part or first part of something” and “Secondary means the second part”.
Data types in c language is classified into two parts: PRIMARY AND SECONDARY DATA TYPES.
1.PRIMARY DATA TYPES: These are main data types,which are made by the c programmers . These data types are already stored in the header files. For example, integer(int), character(char), float etc.
2.SECONDARY DATA TYPES: These are not main data types. These are derived from the original ones(ie. primary). For example, array,structure , union etc.
Thanks..!!!
Hope it help you !
Please mark as brainliest .
Data types in c language is classified into two parts: PRIMARY AND SECONDARY DATA TYPES.
1.PRIMARY DATA TYPES: These are main data types,which are made by the c programmers . These data types are already stored in the header files. For example, integer(int), character(char), float etc.
2.SECONDARY DATA TYPES: These are not main data types. These are derived from the original ones(ie. primary). For example, array,structure , union etc.
Thanks..!!!
Hope it help you !
Please mark as brainliest .
Similar questions
Physics,
7 months ago
English,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
English,
1 year ago