Computer Science, asked by naeemabbas8627, 1 year ago

What are the different data type used in c programming?

Answers

Answered by businessmohitsoni
0

Answer:

Explanation:

there are two types of data type used in c.

1 primitive ( predefine)

2 nonprimtive (userdefine)

primtive :- not, float, char, double

nonprimtive:- structure,

union

Similar questions