Skip to main content

* Component of 'c' language

1 character set
2 Data type 
3 Constant
4 Variable 
5 Keywords 
6 Grammar (syntax and semantic)

1 Character set :- All symbols used to write in c language.they are :- 
a. Letter  (a-z,A-Z)
B.Digits  (0-9)
C.symbol  (*,&,+,-)
D.White space :-Black space, horizontal tab,carriage return, new line etc....

2 Data type :-Datatype is defining and attributes to the variable.It defining the set of legal that the variable can store.the basic data type int,char,float,etc.....
   



Comments

Popular posts from this blog

Math notes

Supremum   math Logical math Recurrence Relation  

What is sequential flow chart?

These types of flow chart indicates that the flow of control normally passes from one instructions to the next in a sequence with in a programme. Example :- design a flow chart to calculate addition of two number                          

React Js interview questions