What is pointer to array in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

When do you call copy constructors?

0 Answers  


What does return 0 do in c++?

0 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


Describe linkages and types of linkages?

0 Answers  


What do you mean by C++ access specifiers ?

1 Answers  






What is the difference between map and hashmap in c++?

0 Answers  


In java a final class is a class that cannot be derived. How can you make a similar class in C++

1 Answers  


When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?

1 Answers   Microsoft,


Write an algorithm that determines whether or not an almost complete binary tree is a heap.

0 Answers   TCS,


What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0

0 Answers  


What happens when you make call 'delete this;'?

0 Answers  


Explain the use of virtual destructor?

0 Answers  


Categories