Multiple choice ___________ defines a scope of the identifiers that are used in a program. Structure Union Namespace 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.