Homeboolean C programming Basics (Data Types) byNEED WORK PRODUCE WORK -February 01, 2022 0 Data Types : It's a particular information a compiler or interpreter use to know how the programmer aim to use the data.Integer variables (int) For example: – Number of students – Number of tables Floating point variables (float) For quantities which may contain decimal point such as distance, area, and temperature.Character variables (char)A character such as A,a,B,b......$,%,uStringTwo or more than two Characters.Boolean It has one of two possible values ​​(usually true or false), intended to represent two true values ​​of logic and Boolean algebra.These are some basic data types there are some other data types which we will discuss later. Tags: boolean C programming Basics (Data Types) char character data types float int integer string Facebook Twitter