logo

Your Questions / Our Solutions


Jese Leos

Helpdice Team

What are the basic data types associated with C?

<ul> <li><strong>Int &ndash;</strong>&nbsp;Represent the number (integer)</li> <li><strong>Float &ndash;</strong>&nbsp;Number with a fraction part.</li> <li><strong>Double &ndash;</strong>&nbsp;Double-precision floating-point value</li> <li><strong>Char &ndash;</strong>&nbsp;Single character</li> <li><strong>Void &ndash;</strong>&nbsp;Special purpose type without any value.</li> </ul>
  • Share On: