Let us now have a look at some of the most important features of C:-
- C
is a structured programming language (structured programming is a
programming paradigm aimed at improving the clarity, quality, and
development time of a computer program by making extensive use of the
structured control flow constructs of selection statements like if,
then, else and repetitive statements like while and for, block
structures, and subroutines) which is extremely easy to learn.
- It is an efficient programming language, that is, it is fast and has very good performance as it is a compiled language.
- C
is a highly portable and extensible programming language because it is
not tied to any hardware or system. Any code written in C can be run on
any machine which supports C, without modifying a single line of code.
- C has a rich set of built-in Operators and libraries with functions.
- C
is a modular language, that is, it emphasizes on separating the
functionality of a program into independent, interchangeable modules,
such that each contains everything necessary to execute only one aspect
of the desired functionality.
آخر تعديل: الثلاثاء، 7 فبراير 2023، 5:12 PM