Friday, November 16, 2018

Data Types in C Language

The most basic data type in C. It stores a single character and requires a single byte of memory in almost all compilers. int: As the name suggests, an int variable is used to store an integer. float: It is used to store decimal numbers (numbers with floating point value) with single precision. Explains all the Data tyeps in C Language.


1 comment: