Computer Science, asked by SankalpGirhepunje, 1 year ago

What are the advantages of C programming language?​

Answers

Answered by Avanish010
17

Hi there,

There are lots of Advantages of C programming :

1. C programming are use in robotics as well in pi programming which are actually pre designed brain of a Robot which can take information according to the creator.

2.We can develop applications.

3 .For web page designing.

4.For game making and visual Graphics too.

5.it is also used by NASA in their daily programming language.

Answered by DonaSharmahidanz
2

Hey mate ,

Some advantages of C programming languages are the following :-

  • Easy to learn - C is a very easy to learn middle level language  for expressing ideas in programming in a way that most people are comfortable with .
  • Memory management - C provide support for dynamic memory allocation . In C , we can allocated memory at any time by calling library functions like malloc , calloc and free .
  • Produces efficient program - C is a compiled programming language , which creates fast and efficient executable files . It also provides a set of library functions for common utilities . C provides a lot of inbuilt functions that makes the development fast .
  • Low level language support - C is reasonably close to assembly machine . It supports features like pointers , bytes and bit level manipulation . C allows programmer to write directly to memory .
  • Structured programming language -  It breaks and abstract a program into small logical components which are responsible for performing a specific tasks .

Hope it helps and have a great night mate.....................!

Similar questions