answersLogoWhite

0

Basic built-in data types in the C Programming language are scalar types in variations of char, int and float:

char, unsigned char, signed char

int, signed int, unsigned int, short, signed and unsigned short, long, signed and unsigned long

float, double

Named enumerations are supported. These are weakly typed constant literals of type int. Bitfields are supported as range-limited signed or unsigned integers. Neither qualify as a type in their own right.

Some dialects also support additional types, such as wide character, extra large integers or floating point scalars.

The language also knows a related keyword void, which is used to express the fact that the related item has no known or no specific type. void in itself is not a type (it is rather the absence of a type).

The C programming language also supports three basic aggregates: structure, union and arrays.

Pointers can reference any of the scalar built-ins, enumerations, structures, unions, arrays, and the infamous void. Pointers are viewed as a data type by many.

Other members of the C family of languages also support class and interface types and strongly typed enumerations.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What are BASIC and FORTRAN?

BASIC and FORTRAN are computer programming languages.


Why are brilliant math students so terrible at programming languages?

Because they don't get proper guidence of a knowlegable programming teacher who will built them from basic/abc to top of programming languages.


.net is the programming language?

No. .NET is a framework, not a programming language. It is the common framework used by the C#, F# and Visual Basic programming languages.


Distinguish between C programming and BASIC programming?

C is a systems language for precise, concrete development. BASIC and its derivatives are teaching and prototyping languages for rapid, abstract development.


List 3 programming languages available in the NET Framework?

c#,Visual basic and Cobol


What were the major programming languages throughout history?

fortran language,basic language,cobol language.


Can you make a dress up game using Visual basic?

Yes you can, however there are better programming languages for this.


Which Programming languages came first between BASIC C COBOL AND Foltran?

Fortran (Foltran is a misspelling)


What are the three basic programming languages?

Machine Code, Assembler, & High Level (FORTRAN, COBOL, C).


Put these programming languages in order from oldesr to newest basic c plus plus cobol?

cobolbasicc++


Where can you find a guide to one of the more basic computer programming languages for free?

Visual basic is a pretty basic language and you can get it for free from Microsoft. Download it at http://www.microsoft.com/express/vb/default.aspxMost public libraries will have books about various popular programming languages. You can also find manuals, guides, specifications, tutorials, and support for many, many computer languages by searching the internet.


What type of language is BASIC?

Basic was one of the very first programming languages used in DOS. It is not object oriented and is obsolete. If you want to learn to programe start with Visual Basic no BASIC.