C++ Programming Question:
Download Questions PDF

What is a scope resolution operator?

C++ Programming Interview Question
C++ Programming Interview Question

Answer:

A scope resolution operator (::), can be used to define the member functions of a class outside the class.

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator.What do you mean by pure virtual functions?