answersLogoWhite

0


Best Answer

The primitive data types in C include:

  • [signed|unsigned] char
  • [signed|unsigned] short
  • [signed|unsigned] int
  • [signed|unsigned] long
  • [signed|unsigned] long long
  • float
  • double
  • long double

Enumerations (enum) and arrays may also be considered to be primitive types.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

basically,there are 3 types of data types.

1. primary or fundamental data types.

2. user defined data type.

3. derived data type.

these can also be sub-divided.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

the standard C types, such as char, short, int, long, size_t, valist... and many others.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

the standard C types, such as char, short, int, long, size_t, valist... and many others.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

There are elementary types (int, char, float, double), type-modifiers (long, short, signed, unsigned), and type-constructions (pointer, structure, union).

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

char, int, float, double and void.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Types of data in turbo C programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

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


What is turbo c data types?

The usual C datatypes, nothing special.


Differentiate C plus plus and Turbo C?

Turbo C is a software where C or C++ programming environment resides in.But C++ is itself a programming language.


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.


What types of data used in algorithm?

Whatever data you need. If you need the algorithm to operate with many different types of data, and you are programming in C++, you could use generic programming practices and use templates.


What is difference between Turbo and Borland C?

turbo is word to do the programming language in c & c++ and i do no about borland


What are the uses of turbo c?

Programming, mainly.


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.


To develop a taj mahal using c-language programming in turbo c plus plus?

turbo c


What has the author Valluru Rao written?

Valluru Rao has written: 'Power programming-- Turbo C++' -- subject(s): C++ (Computer program language), Turbo C++ 'Power programming'


What is Turbo C download used for?

Turbo C is a compiler for a general purpose computer programming language called C. It transforms code written in C into the computer language needed for executable programming.


What is the Pascal programming language data structure?

In Pascal, data structures are implemented with recorddata types. A record is synonymous with the structdata type in C, or the class data type in C++.