What is pointer with example?


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

Post New Answer

More C++ General Interview Questions

Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.

1 Answers  


What is ostream in c++?

0 Answers  


when can we use copy constructor?

6 Answers   HP,


Is facebook written in c++?

0 Answers  


What is c++ mutable?

0 Answers  






How can you say that a template is better than a base class?

0 Answers  


sizeof - is it a function or operator?

6 Answers   Honeywell,


The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


What is singleton class in c++?

0 Answers  


What is the difference between new() and malloc()?

4 Answers  


Give an example of run-time polymorphism/virtual functions.

0 Answers  


a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?

2 Answers   CTS,


Categories