Interview Quetions What are the basic data types associated with C? December 15, 2019 - By tejsumeru.12@gmail.com 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.