Multiple choice technology operating systems What is the command to invoke unix's command line calculator? calc calculator cc 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.