Multiple choice technology operating systems

What is the command to invoke unix's command line calculator?

  1. calc

  2. calculator

  3. cc

  4. bc

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

bc (basic calculator) is Unix's command-line calculator for arbitrary-precision arithmetic. It accepts expressions via stdin or files and outputs results.