What is the output if the following program is run from the command line as $ ./march 13 (or c:> march 13 on Windows)?
a) Error: Incorrect Syntax.
b) Displays the number 26.
c) Executes the program 'march' with the argument '13'.
d) Initiates a system shutdown.