Challenger App

No.1 PSC Learning App

1M+ Downloads
In C++, variables that hold memory addresses are called :

Asubscripts

Bindicators

Cholders

Dpointers

Answer:

D. pointers


Related Questions:

What is another name for functional language?
Queue in Data Structure is :
Which of the following does not belongs to the group ?

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;

}

 

 

Which of the following is a programming Language ?