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.

Read All 16 C++ References Questions
Previous QuestionNext Question
What is reference variable?What are References in C++?