Computer Science, asked by RUDEGIRL, 10 months ago

What are the key features in C programming language?

Answers

Answered by EHSASS
5

★彡 ʜᴇʀᴇ ɪs ʏᴏᴜʀ ᴀɴsᴡᴇʀ 彡★

▶️ Portability – Platform independent language.

▶️ Molecularity – Possibility to break down large programs into small modules.

▶️ Flexibility – The possibility to a programmer to control the language.

▶️ Speed – C comes with support for system programming and hence it is compiling and executes with high speed when comparing with other high-level languages.

▶️ Extensible – Possibility to add new features by the programmer.

ᴇʜsᴀss ★

Answered by Anonymous
8

Answer :

Features of C language -

  • It is a robust language with rich set of built-in functions and operators that can be used to write any complex program.

  • The C compiler combines the capabilities of an assembly language with features of a high-level language.

  • Programs Written in C are efficient and fast. This is due to its variety of data type and powerful operators.

  • It is many time faster than BASIC.

  • C is highly portable this means that programs once written can be run on another machines with little or no modification.

  • Another important feature of C program, is its ability to extend itself.

  • A C program is basically a collection of functions that are supported by C library. We can also create our own function and add it to C library.

  • C language is the most widely used language in operating systems and embedded system development today.

HOPE THIS WILL HELP YOU ! PLEASE MARK MY ANSWER AS BRAINLIEST ❤

Similar questions