Question: What displays in a browser when the following code is written? ``

  1. The browser would display nothing due to a syntax error.
  2. The browser would display an error, since there are no parentheses around the string.
  3. The browser would display `How much are the bananas?`
  4. The browser would display an error, since there is no semicolon at the end of the echo command.

Answer: The correct answer of the above question is Option C:The browser would display `How much are the bananas?`