Challenger App

No.1 PSC Learning App

1M+ Downloads
Which of the following is an abstract data type?

AInt

BDouble

CString

DClass

Answer:

D. Class


Related Questions:

Which of the following programming language is classified as low level language ?
COBOL is an acronym for............
Find the user defined data type in C :

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;

}

 

 

A detailed written description of the programming cycle and the program, along with the test results and a printout of the program is called :