Multiple choice

___________ defines a scope of the identifiers that are used in a program.

  1. Structure

  2. Union

  3. Namespace

  4. Class

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Name space, a new concept is introduced in C++. Namespace defines a scope of the identifiers that are used in a program.