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
Is c++ the hardest programming language?
What is a class definition?
Who created c++?
What is iostream in c++ used for?
Why we use #include conio h in c++?
What is ios :: in in c++?
Explain Memory Allocation in C/C++ ?
Explain what is polymorphism in c++?
How do you decide which integer type to use?
What is called array?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
How many types of comments are there in c++?
Why can’t you call invariants() as the first line of your constructor?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
How to declaring variables in c++?