Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C++ Programming
»
References
Which of the following statement is correct?
A referenced has to be de-referenced to access a value.
A referenced does not need to be de-referenced to access a value.
A referenced has to be double de-referenced to access a value.
Whether a reference should be de-referenced or not depends on the type of the reference.
Correct Answer:
A referenced does not need to be de-referenced to access a value.
← Previous Question
Next Question→
More Questions from
References
Functions can be declared to return a reference type. There are reasons to make such a declaration/Which of the following reasons are correct? The information being returned is a large enough object that returning a reference is more efficient than returning a copy. The type of the function must be a R-value.
Which of the following statement is correct?
Which of the following statements is correct? An array of references is acceptable. We can also create a reference to a reference.
Which of the following statement is correct?
Which of the following statement is correct?
Which of the following statement is correct?
A reference is declared using the _____ symbol.
Which of the following statements is correct? Once a reference variable has been defined to refer to a particular variable it can refer to any other variable. A reference is not a constant pointer.
Which of the following statements is correct? A reference is not a constant pointer. A referenced is automatically de-referenced.
Which of the following statement is correct?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments