Multiple choice technology programming languages

Which of these is NOT a standard output command:

  1. printf

  2. print

  3. type

  4. write

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

In Perl, standard output commands include print, printf, and write. The command type is not a standard Perl output function (it is a shell built-in in systems like Windows CMD/command.com or Unix/Linux shells to display file content or command types).