Multiple choice

A module that is supplied along with programming language translator to make the language easier is called

  1. a benchmark program

  2. an intrinsic function

  3. a data structure

  4. none of the above

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

Intrinsic functions are built-in functions provided by the programming language environment to perform common tasks, making the language easier to use without requiring the programmer to write them from scratch.