What is -n in echo -n hello in bash

Question:
In the command:

echo -n hello
what is "-n"?
  1. argument
  2. command
  3. option
Answer:
C - is the correct answer