C++ Programming :: References
-
Which of the following statements is correct?
- Once the variable and the reference are linked they are tied together.
- Once the reference of a variable is declared another reference of that variable is not allowed.
-
Which of the following statements is correct?
- We can return a global variable by reference.
- We cannot return a local variable by reference.
-
Which of the following statement is correct?
-
Which of the following statement is correct?
-
Which of the following statement is correct?
-
Which of the following statements is correct?
- Pointer to a reference and reference to a pointer both are valid.
- When we use reference, we are actually referring to a referent.