Multiple choice softskills creativity

Which is faster language among the following??

  1. Java

  2. C/C++

  3. Python

  4. Pascal

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

C/C++ is faster than Java, Python, and Pascal because it's compiled to machine code without the overhead of a virtual machine or interpreter. Java uses JVM, Python is interpreted, and Pascal is generally slower than C. C/C++ gives the most direct hardware control.