Computer Science, asked by crazysaran, 2 months ago

draw a flow charts for primary data types program


Answers

Answered by gangammapatil27
0

Answer:

In C programming, data types are just the same what their name suggests. They represent the kind of data to store. They are used to declare several functions as well as variables in a program.

There are mainly three categories of data types, Basic/Primitive, Derived, User-Defined.

This diagram would help you.

C Datatypes to Use in Programs

Similar questions