Which programming language is better C# or JavaScript?Why?
Answers
Answered by
1

What is the difference between JavaScript and C++?
I have worked on C++ before and I am into web development with HTML, CSS, and JavaScript. How can I differentiate between languages like C, C++, and JavaScript?
Follow Answer 522
1Answer

Sreemaha
Answered on 5th Jan, 2018
The following are the differences between JavaScript and C++.
JavaScript is a lightweight, interpreted programming language. It is designed for creating network-centric applications. It is complementary to and integrated with Java. JavaScript is very easy to implement because it is integrated with HTML. It is open and cross-platform.
C++ is a middle-level programming language developed by Bjarne Stroustrup starting in 1979 at Bell Labs. It runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.
JavaScript is a scripting whereas C++ is a programming language.
C++ program is to be compiled and executed, whereas a script in JavaScript is interpreted.
JavaScript is dynamically typed whereas C++ is statically typed.
What is the difference between JavaScript and C++?
I have worked on C++ before and I am into web development with HTML, CSS, and JavaScript. How can I differentiate between languages like C, C++, and JavaScript?
Follow Answer 522
1Answer

Sreemaha
Answered on 5th Jan, 2018
The following are the differences between JavaScript and C++.
JavaScript is a lightweight, interpreted programming language. It is designed for creating network-centric applications. It is complementary to and integrated with Java. JavaScript is very easy to implement because it is integrated with HTML. It is open and cross-platform.
C++ is a middle-level programming language developed by Bjarne Stroustrup starting in 1979 at Bell Labs. It runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.
JavaScript is a scripting whereas C++ is a programming language.
C++ program is to be compiled and executed, whereas a script in JavaScript is interpreted.
JavaScript is dynamically typed whereas C++ is statically typed.
Attachments:
Similar questions