About Lesson
Features of C
- C can be used to develop system as well as application software.
- Portable
- Supports variety of data types like int, float etc
- Procedure Oriented Programming Language
- Provides many built-in functions through its library.
- Execution is fast than other high level language programs.
- Middle level Language