answersLogoWhite

0

What is turbo c data types?

User Avatar

Anonymous

15y ago
Updated: 8/18/2019

The usual C datatypes, nothing special.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is turbo c variables?

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 four basic data types in c?

Describe the basic data types in C Describe the basic data types in C


What are the Different types of Escape sequence in turbo c?

\n,\t


What variables in turbo C?

There are mainly 3 types of variables in c. Integer, Float and character :)


What is the range of data types in C programming language?

The ranges for all data types in C are implementation-defined.


What is the differentiate of turbo c from turbo c plus plus?

Turbo C compiles c source. turbo c++ compiles c++ source code.


Types of data in turbo C programming?

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.


How turbo c executes c as well as c?

turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.


Class data types in 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


Syntax of turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C


What are derived data types in the C language?

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.


Give atleast 5 data type in turbo c language?

char, short, long, float, double.