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.
BASIC and FORTRAN are computer programming languages.
No. .NET is a framework, not a programming language. It is the common framework used by the C#, F# and Visual Basic programming languages.
C is a systems language for precise, concrete development. BASIC and its derivatives are teaching and prototyping languages for rapid, abstract development.
fortran language,basic language,cobol language.
Yes you can, however there are better programming languages for this.
BASIC and FORTRAN are computer 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.
No. .NET is a framework, not a programming language. It is the common framework used by the C#, F# and Visual Basic programming languages.
C is a systems language for precise, concrete development. BASIC and its derivatives are teaching and prototyping languages for rapid, abstract development.
c#,Visual basic and Cobol
fortran language,basic language,cobol language.
Yes you can, however there are better programming languages for this.
Fortran (Foltran is a misspelling)
Machine Code, Assembler, & High Level (FORTRAN, COBOL, C).
cobolbasicc++
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.
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.