Q. What are PHP variables preceded by?
β
Correct Answer: (C)
$
Explanation: This question is about the special symbol that is used in front of a variable in the PHP programming language. Variables are like containers that store information, and PHP uses a specific character to identify them.