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

How a macro differs from a template?

0 Answers  


Why do we need templates?

0 Answers  


Can we make any program in c++ without using any header file and what is the shortest program in c++.

0 Answers   MCN Solutions,


What are stacks?

0 Answers  


Is recursion allowed in inline functions?

0 Answers  






Write about the local class and mention its use?

0 Answers  


Can you please explain the difference between overloading and overriding?

0 Answers  


How do you compile the source code with your compiler?

0 Answers  


What is difference between malloc()/free() and new/delete?

0 Answers  


Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??

2 Answers  


Do you know what is overriding?

0 Answers  


What is the difference between while and do while loop?

0 Answers  


Categories