How many different levels of pointers are there?


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

Post New Answer

More C++ General Interview Questions

When should overload new operator on a global basis or a class basis?

0 Answers  


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


What C++ libraries are you proficient with?

1 Answers   Google,


Do you know what are static and dynamic type checking?

0 Answers  


Explain terminate() function?

0 Answers  






What is the need of a destructor? Explain with the help of an example.

0 Answers  


What is isdigit c++?

0 Answers  


Who was the creator of c++?

0 Answers  


What are the comments in c++?

0 Answers  


Mention the ways in which parameterized can be invoked. Give an example of each.

0 Answers  


What is private, public and protected inheritance?

0 Answers  


What is a pointer with example?

0 Answers  


Categories