What are the difference between reference variables and pointers in C++?
Pointers: A pointer is a variable that holds memory address of another variable. ... References : A reference variable is an alias, that is, another name for an already existing variable. A reference, like a pointer, is also implemented by storing the address of an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the debugging methods you use when came across a problem?
What is the purpose of the noexcept keyword?
Why do we use templates?
Enter n no. of element and delete value from desire position
What is istream and ostream in c++?
What is the type of 'this' pointer?
Do you know about C++ 11 standard?
0 Answers Agilent, ZS Associates,
Is c++ slower than c?
What is size of null class?
What is OOPs
What is the use of ‘using’ declaration?
What is endianness?