diff between pointer and reference in c++?
Answer / ravi.g
pointers have valid memory but reference does not have
memory
It means pointers points to some address(memory)
Reference does not points to any address(memory)
| Is This Answer Correct ? | 2 Yes | 0 No |
What is data abstraction? How is it different from data encapsulation?
What is an incomplete type in c++?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Which compiler does turbo c++ use?
Define pointers?
Difference between pass by value and pass by reference?
Why c++ is not a pure oop language?
Is c++ a pure oop language?
How do I write a c++ program?
What is a base class?
What are the various storage classes in C++?
Explain how a pointer to function can be declared in C++?