What is reference variable in C++?
Submitted by: AdministratorA reference variable is just like pointer with few differences. It is declared using & operator. A reference variable must always be initialized. The reference variable once defined to refer to a variable can't be changed to point to other variable. You can't create an array of references the way it is possible with pointer.
Submitted by: Administrator
Submitted by: Administrator
Read Online C++ Static Data Job Interview Questions And Answers
Top C++ Static Data Questions
☺ | What is local class in C++? |
☺ | Explain static type checking? |
☺ | Explain what are volatile variables? |
☺ | What is static class data? |
☺ | Explain dynamic type checking? |
Top C Plus Plus Language Categories
☺ | C++ Pointers & Functions Interview Questions. |
☺ | C++ Operator Overloading Interview Questions. |
☺ | C++ Exception Handling Interview Questions. |
☺ | C++ Virtual Functions Interview Questions. |
☺ | C++ Template Interview Questions. |