InterviewSolution
Saved Bookmarks
| 1. |
What is C language & why it is used? |
|
Answer» C is a robust, powerful and fast general-purpose programming language.C is a robust language with a rich set of built-in features and functions that can be used to build any complex WEB program. The C compiler has the POTENTIAL of an assembly language and functionalities of a high-end language. Why it is used?Developers can use C language for developing SYSTEM applications that are FORMING a huge PORTION of OS such as Windows, Linux, and UNIX. Most of the OS, C compiler and application programs in UNIX today are written in C. |
|