App Logo

No.1 PSC Learning App

1M+ Downloads
Which one of the following is the first generation language?

ABASIC

BPASCAL

CCOBOL

DMachine language

Answer:

D. Machine language

Read Explanation:

.


Related Questions:

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;

}

 

 

In VB, all the controls in an array will have the same :
Which of these types of values result from a delete operator?
In C++, when a class serves as a base class to others :
Full Form for EBCDIC: