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 the use of templates?
How can I disable the "echo" feature?
Mention the ways in which parameterized can be invoked. Give an example of each.
What is istream and ostream in c++?
Who was the creator of c++?
What are the unique features of C++.
Write a program to reverse a linked list?
8 Answers Catalytic Software, Satyam,
Describe delete operator?
Can we inherit constructor in c++?
Differentiate between a constructor and a destructor in c++.
Does c++ support exception handling?
What is a dangling pointer in c++?