C++ References Question:
What is a local reference?
Answer:
A reference which has a local scope i.e., in a method or in a block or in a function is known as local reference.
Previous Question | Next Question |
What is reference variable? | What are References in C++? |