Multiple choice

Which of the following is NOT a valid C# keyword?

  1. lock

  2. volatile

  3. out

  4. namespace

  5. form

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

Form is not a keyword in C#. It represents a visual window or frame that can be used to place user interface controls like buttons, labels or listbox.