Challenger App

No.1 PSC Learning App

1M+ Downloads
Find the odd one out :

AC++

BJava

CVisual Basic

DWindows

Answer:

D. Windows

Read Explanation:

  • C++, Java, and Visual Basic are all programming languages used to write software and applications.

  • Windows is an operating system (OS) that manages computer hardware and allows those programs to run.


Related Questions:

What is the correct way to declare a variable in JavaScript ?

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}

 

 

The method of making a programme error free :
Identify the HTML section that contains the content displayed in the browser window.
The assembly language uses symbols instead of numbers known as: