Multiple choice technology programming languages

command to create and maintain library archives

  1. arch

  2. tar

  3. ar

  4. aux

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

The 'ar' command is the Unix utility for creating and maintaining static library archives (.a files). It creates, modifies, and extract from archives. 'arch' is not a standard command, 'tar' is for tape archives (not static libraries), and 'aux' is not related to archives.