Answer Posted / 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 |
Post New Answer View All Answers
Should I learn c++ c?
What is late binding c++?
What is this pointer in c++?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
How would you use the functions randomize() and random()?
Can a Structure contain a Pointer to itself?
Can c++ be faster than c?
How does a C++ structure differ from a C++ class?
How is modularity introduced in C++?
What is setf in c++?
What is private inheritance?
Difference between delete and free.
How can a struct in c++ differs from a struct in c?
What is difference between c++ 11 and c++ 14?
What is a wchar_t in c++?