Multiple choice

Which of the following is not a command separator?

  1. #(hash operator)

  2. ;(semicolon)

  3. , (comma operator)

  4. / (division arithmetic operator)

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

Hash (#) because it is the interpreter line file and moves either forward or backward with the help of internal command. So, it is a not command separator.