answersLogoWhite

0

What is turbo c data types?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

The usual C datatypes, nothing special.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is turbo c data types?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 is the range of data types in C programming language?

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


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 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.


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


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++.


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.


Syntax of turbo c?

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