Computer Science, asked by shubbi07, 6 months ago

What is
the purpose of C programming languge?​

Answers

Answered by VarshiniShivan
3

Answer:C is an imperative procedural language. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support. Despite its low-level capabilities, the language was designed to encourage cross-platform programming.

Explanation:

Answered by madhurimachakuvis
2

Answer:

As of September 2020, C is the most popular programming language.C is an imperative procedural language. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support. Despite its low-level capabilities, the language was designed to encourage cross-platform programming. A standards-compliant C program written with portability in mind can be compiled for a wide variety of computer platforms and operating systems with few changes to its source code.

Similar questions