Why pointer is used in c++?


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

Post New Answer

More C++ General Interview Questions

Explain dangling pointer.

0 Answers  


What are the various situations where a copy constructor is invoked?

0 Answers  


What is type of 'this' pointer? Explain when it is get created?

0 Answers  


Does c++ have string data type?

0 Answers  


Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.

0 Answers  






What are different types of typecasting supported by C++

1 Answers   CA,


How do you establish a has-a relationship?

0 Answers  


What kind of problems can be solved by a namespace?

0 Answers  


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  


Should the member functions which are made public in the base class be hidden?

0 Answers  


How many types of classes are there in c++?

0 Answers  


Types of storage and scope of each type

2 Answers   CA,


Categories