Q&A
Ask and answer questions to make information more available to wider audiences.
Emanuel Abke @abkeemanuel   06, Apr 2023 12:00 AM
data types associated with C
What are the basic data types associated with C?
answers 1
 
Answer 1
Emiliano Akemon @akemonemiliano   06, Apr 2023 04:28 PM
Int – Represent the number (integer)
Float – Number with a fraction part.
Double – Double-precision floating-point value
Char – Single character
Void – Special purpose type without any value.