Programming language for beginner

In the world of programming, there are many languages ​​that are used. What languages ​​are often used for beginner programmers? Let's see !!

1. HTML
    HTML is stands for Hyper Text Markup Language, is the standard markup language for Web pages, elements are the building blocks of HTML pages, elements are represented by < > tags.

2. C++
   C++ is one of the most popular languages primarily utilized with system/application software, drivers, client-server applications and embedded firmware.The main highlight of C++ is a collection of predefined classes, which are data types that can be instantiated multiple times. The language also facilitates declaration of user-defined classes. Classes can further accommodate member functions to implement specific functionality.





















3. Javascript
    Javascript is a scripting languages, primarily used on the Web. It is used to enhance HTML pages and is commonly found embedded in HTML code. JavaScript is an interpreted language. Thus, it doesn't need to be compiled. JavaScript renders web pages in an interactive and dynamic fashion. This allowing the pages to react to events, exhibit special effects, accept variable text, validate data, create cookies, detect a user’s browser, etc.

those are some programming languages ​​that are suitable for novice programmers.

Comments