Multiple choice technology programming languages

Which of the following is not a program module

  1. strict

  2. warning

  3. switch

  4. integer

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

In program module terminology, 'switch' is a control flow statement, not a modular program unit. 'strict' and 'warning' are compiler directives or keywords in some languages, and 'integer' is a data type. However, the question's terminology is unclear across programming languages.