Computer Science, asked by nbisht574, 1 year ago

Explain different primary data types used in C language.

Answers

Answered by sidhimbro
0
In C, primary data types and derived data types are there.Primary are the lower ,basic data types ex. int, char, void

Derived are “derived” from primary data types.ex. array,unions, structure.

Similar questions