Cpp Programming 93 – Which of the following operators cannot be overloaded?

Question: Which of the following operators cannot be overloaded?
[A]. []
[B]. ->[C]. ?:
[D]. *

Answer: Option C