Multiple choice technology programming languages

C++

  1. public

  2. protected

  3. guarded

  4. None of the Above

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

This question lacks context, but 'guarded' is not a valid access specifier in C++. The standard C++ access specifiers are public, protected, and private. If the question asks for a non-C++ specifier, 'guarded' is correct.