The usual C datatypes, nothing special.
Turbo C variables are memory place holders for storage of data during the execution of a Turbo C program. Types of variables include integer, real and char.
Describe the basic data types in C Describe the basic data types in C
\n,\t
There are mainly 3 types of variables in c. Integer, Float and character :)
The ranges for all data types in C are implementation-defined.
Turbo C compiles c source. turbo c++ compiles c++ source code.
The primitive data types in C include:[signed|unsigned] char[signed|unsigned] short[signed|unsigned] int[signed|unsigned] long[signed|unsigned] long longfloatdoublelong doubleEnumerations (enum) and arrays may also be considered to be primitive types.
turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.
The data types indicate the type of values that can be stored. The primary data types in c are:1. int, short, long, long long - used for integer values2. float, double - used for storing floating point numbers3. char - used for storing ASCII characters
+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C
You seem to have lost your text book so I am giving you a link where you can study data types, including derived data types.
char, short, long, float, double.