Features of C:
c is a widely used language. It is a simple and easy language .C language is mainly used to developing a desktop application
- Simple
- Structure programming language
- Fast speed
- Platform dependent
- Case sensitive
- Middle-level language
- Syntax-based language
- use of Pointer
- Modularity
- Compiler-based
Simple:c language can be written into the English language so it is easy to understand the syntax and developed by programmed
Structure programming language:C is a Structure programming language because we can break the program into parts using a function so it is easy to use and understand. The function also provided code reusability
Powerful: The compilation and execution time of c language is fast because of lessor inbuild function
Platform dependent: A language is said to be a platform dependent whenever a c program is written on the same operating system and also compile and execute on the same operating system but not execute in a different operating system
Case-sensitive:c program is written with some predefined function, datatypes and identifier they not change.
Middle -level language:C programming language can support two-level programming instruction with the combination of low level and high language that's why it is called middle-level programming language.
use of pointer: pointer is a variable which holds the address of another variable. Pointer direct access to the memory address of any variable due to this performance of an application is to improve
compile based:c language is used compiler to the compiler the program and execute the program.
A compiler is fast as compare to interpreter so compilation reduce execution time.
No comments:
Post a Comment