What are the types of pointer?


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

Post New Answer

More C++ General Interview Questions

What are the 2 main types of data structures?

0 Answers  


How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever

17 Answers   Datavance, Quark, VEL, Wipro,


What are the restrictions apply to constructors and destructors?

0 Answers  


Explain storage qualifiers in c++.

0 Answers  


What is the role of copy constructor in copying of thrown objects?

0 Answers  






What language is a dll written in?

0 Answers  


Is c++ faster than c?

0 Answers  


What is the difference between a template and a macro?

0 Answers  


What is the outcome of cout< a) 16 b) 17 c) 16.5

0 Answers  


How to create a reference variable in C++

1 Answers  


What is the difference between a "copy constructor" and an "assignment operator" in C++?

0 Answers   Genpact,


What are the c++ access specifiers?

1 Answers  


Categories