What are the data types used in C?
Answers
Answered by
2
Answer:
The C language provides the four basic arithmetic type specifiers char, int, float and double, and the modifiers signed, unsigned, short, and long
Similar questions