Top 40 C Programming Interview Questions And Answers


Q #2) What are the basic data types associated with C?
Answer:

:- 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.

No answers yet!

10 months ago by