Which of the following statement is correct?
Reference is like a _____.
Which of the following statements is correct?
1. We can return a global variable by reference.
2. We cannot return a local variable by reference.
Which of the following statements is correct?
1. Once the variable and the reference are linked they are tied together.
2. Once the reference of a variable is declared another reference of that variable is not allowed.
Which of the following statement is correct?