You are on page 1of 5

C-Programming

Basic concepts of programming language

LANGUAGE
If we talk about the term language, language is set of rules for generating speech. We have different types of language like Hindi, English, Marathi, German ,French etc. Every language has its own grammar & vocabulary, based on which words, sentences have some specific meaning.

What is PROGRAM?
It is a simple set of instructions. The user has a particular set of data with him & his task that he needs to convert data into Information Data. It is the raw fact that does not signify anything, however information is the processed data which has some meaning.
DATA INSTRUCTION PROGRAM (INFORMATIOMN)

EVALUATION OF PROFRAMMING LANGUAGE


Object oriented language: Languages C++, JAVA

Procedure oriented or high level language Assembly language Machine language (0, 1)

Languages: C, FORTRAN, PASCAL

C Character Set
As mentioned above, every progamming language has a vocabulary & grammar of its of own. Similar in case of C. C language also supports the particular set of character sets, making which a base programs are developed. Characters in C are grouped in following categories: Letters (Alphabets) , Digits, Special Characters (symbols).

You might also like