C++
Which of t ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
Which of the following statements are true with respect to references and pointers?
References do not differ from the pointers. It's just a more convenient way of marking pointers.
Unlike pointers, references can not be changed and must be initialized at its declaration or in the constructor initialization list.
Unlike pointers, you can not modify the value of the field referenced by the reference
References can not be used in the list of function arguments.
Explanation
More information:
C++ References
references
pointers
basics
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
C
++
Quiz
Login to learn C++
or
Read more about
C++ Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment