Explain the features of C-language?
: 880
- Simple to learn as program parts can be broken into pieces.
- It is portable. The one program can be run on any machine.
- It has a powerful set of data types and operators due to which works faster.
- It is a combination of both low-level language and high-level language.