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

What are smart pointer? Whats its use?

1 Answers   CTS,


. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

0 Answers  


How does c++ sort work?

0 Answers  


What is the best book for c++ beginners?

0 Answers  


write infinite loop in C++ which does not use any variable or constant?

3 Answers  


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

0 Answers  


What is the Diffrence between a "assignment operator" and a "copy constructor"?

3 Answers   Wipro,


What is the use of "new" operator?

0 Answers  


What is std::move?

1 Answers  


Name four predefined macros.

0 Answers  


Describe the process of creation and destruction of a derived class object?

0 Answers  


Define a nested class.

0 Answers  


Categories