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
What is object oriented programming (oop)?
Can char be a number c++?
What is the difference between C and CPP?
What is the c++ code?
What is data type in c++?
What is the difference between while and do while loop? Explain with examples.
Explain the concept of copy constructor?
Write a program which uses functions like strcmp(), strcpy()? etc
What is general form of pure virtual function? Explain?
Is swift faster than c++?
Write a program to add three numbers in C++ utilizing classes.
What is the use of :: operator in c++?
What is the best way to declare and define global variables?
Is there structure in c++?
What is c++ best used for?