Introduction to C | The components of C language

Prologue to C 

The segments of C language 

There are five principle segment of C language are: 

1. The character set: Any letters in order ,digit or unique image ,used to speak to data is signified by character. The character in C are assembled into four classes. 


Letters 

A...Z and a...z 


Digits 

0,1,2,.....9 


Extraordinary Symbol 

~,',!,@,#,$,%,^,&,*,(),.,<,>,?,/,",:,;,{},[] 


Void area 

clear space, Carriage return, structure feed, newline, even tab 

2. The information types: The intensity of the programming language depends, among other thing, on the scope of various kinds of information it can deal with. 

3. Constants: A steady is a fix esteem that doesn't change while program execution. 

4. Variable: A variable is a substance whose worth can change during project execution. 

5. Catchphrases: Keywords are those word which have been alloted explicit significance in C language. Catchphrases ought not be utilized as factor names to maintain a strategic distance from issue. 

Note: Above given all the term has been examined in subtleties in next area.

No comments

Powered by Blogger.