Q. The operator used in PHP to access property of an object is . . . . . . . .
β
Correct Answer: (C)
->
Explanation: This question is about how you interact with objects in PHP, a popular programming language used for web development. Think of an object as a container that holds different pieces of information (like a person's name, age, or address).