c
1 languages different of generation of computer2 development of c (history and introduction)
3 Features of “C” Language
robust language
highly Portable
- compiler-execute all souse code and created object code. it is very fast eg: c, java
- interpreter-execute line by line souse code and created object code. it is very slow eg: java script
- linker- linking with all fills in the programmer
key words-received word by compiler.
constant- not changing value in execution
const int x=45;
variables - changing value in execution
int x=23;
datatype- 5 fundamental data type
- char
- int
- double
- float
- void
No comments:
Post a Comment