Which of the following is used to define a pure virtual function in C++?

Explanation:
Pure virtual functions are declared with = 0.