Five Popular Language for Programming

0
98

Today we are going to talk about five most Popular Programming Language.

C

C is a popular programming language. It is called the mother of programming language. Generally, a programmer starts his programming life with C.
C is a general-purpose language. It was closely associated with the UNIX operating system. Dennis Ritchie developed C programming language in 1972. In 1983, the American National Standards Institute (ANSI) established a committee to provide a modern, comprehensive definition of C. The resulting definition, the ANSI standard, or “ANSI C”, was completed late 1988.


Many types of work can do by C, one of which is the operating system created. Most flavors of UNIX operating system have a C compiler. So if a student has access to a UNIX system, he or she can straight away start coding and compiling C sample programs and exercises given in this course. The current popularity of C++ may seem to have displaced C’s position in the programming world. But C is here to stay for a very long time. One main factor is that C++ has inherited most of its syntax from C but has incorporated several new concepts which form the basis of Object Oriented programming.

JAVA

In 1995, James Gosling created the Java programming language. It is an Object Oriented Programming Language. Java became rapidly popular in creating desktop and web-based software. One of the reasons was that software created by Java could run on different operating systems.

Initially, Java is the very slow programming language, but as a result of continuous development, it is now popular as a very effective and powerful language. Java is widely used in developing enterprise applications. Java has also selected to create native software (programs designed for specific operating systems or machines) for the Android operating system.

Python

Guido van Rozam created Python programming language in 1991. Python is an object-orient programming language, but it is much easier than C ++ or Java. Python has a good reputation as a beautiful, straightforward and fluent language. As it is relatively easy to learn, so today Python is taught as the first programming language in many organizations.

It is popular in the world of the web, as well as the most widely used programming language for machine learning and data analysis. So, the use of python is increasing in educational institutions, research institutions, and software establishments everywhere.

JavaScript

JavaScript is the programming language of the internet. Initially, it created for the browser, but it is now widely using both in front-end and back-end. The programming language designed by Brandon Aich in 1995 has made it much easier to create interactive web applications. JavaScript can create in a variety of programs with functional programming, object-oriented programming.

Once again, the framework software programmers of different languages of this language got popularity. In the hundreds of thousands of frameworks made in this language, Geekyri was popular for a long time. Angular JS, React JS, vue.js etc. The framework is popular in recent times. Server-side JavaScript (such as nods) has also been popular in the back-end. JavaScript is also used in many frameworks to create mobile applications.

PHP

In 1995, Rasmus Lerdorf made PHP programming language. This language has created using C programming language. Web programming makes it a lot easier for PHP So, the language itself is popular, as well as taking web programming to more people.

All of the popular software like Word Press, Joomla, and Drupal are make with PHP. It is the most widely using programming language on the Web site. Although Python, Ruby and many other programming languages are becoming popular in the web world, PHP still survives for a long time.

There are also

C#(Sharp) is quite popular, especially for Microsoft’s dot-net frameworks to be the first choice of most software manufacturers. Cotlin for creating Android applications, swift for creating Apple IOS applications.