C++ References Question:
Download Job Interview Questions and Answers PDF
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.
Download C++ References Interview Questions And Answers
PDF
Previous Question | Next Question |
What is reference variable? | What are References in C++? |