What do you mean by reference variable in c++?

Correct Answer: A reference variable provides an alias to a previously defined variable Data -type & reference-name = variable name

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion