Q. Which of the following is used to prevent multiple inclusions of a header file?
β
Correct Answer: (B)
#ifndef
Explanation: The '#ifndef' directive is used to prevent multiple inclusions of a header file.