Skip to main content

Why Use C?


C was initially used for system development work, particularly the programs that make-up the operating system. C was adopted as a system development language because it produces code that runs nearly as fast as the code written in assembly language. Some examples of the use of C might be:  

-Operating System
-Language Compilers
-Assemblers
-Text Editors
-Print Spoolers
-Network Drivers
-Modern Programs
-Databases
-Language Interpreters
-Utilities

Comments

Popular posts from this blog

Facts about C

C was invented to write an operating system called UNIX.   C is a successor of B language which was introduced around the early 1970s.   The language was formalized in 1988 by the American National Standard   Institute (ANSI).   The UNIX OS was totally written in C. Today C is the most widely used and popular System Programming Language.   Most of the state-of-the-art software have been implemented using C.   Today's most popular Linux OS and RDBMS MySQL have been written in C.

Software Evolution

The process of developing a software product using software engineering principles and methods is referred to as Software Evolution. This includes the initial development of software and its maintenance and updates, till desired software product is developed, which satisfies the expected requirements. Evolution starts from the requirement gathering process. After which developers create a prototype of the intended software and show it to the users to get their feedback at the early stage of the software product development. The users suggest changes, on which several consecutive updates and maintenance keep on changing too. This process changes to the original software, till the desired software is accomplished. Even after the user has the desired software in hand, the advancing technology and the changing requirements force the software product to change accordingly. Re-creating software from scratch and to go one-on-one with the requirement is not feasible. The only feasibl...

What is java programming?

Java is a programming language that produces software for multiple platforms. When a programmer writes a Java application, the compiled code (known as byte code) runs on most operating systems (OS), including Windows, Linux and Mac OS. Java derives much of its syntax from the C and C++ programming languages. Java is Object oriented programming language. Java is a platform independent programming language. Java is use in most operating system and many application. Java provide JVM. That is call as java virtual   machine. That is java compiler. So that is java programming language.