Q. What will happen if a header file is included in a program twice?
β
Correct Answer: (A)
Program will throw an error
Explanation: When the same header is included twice in the program, the compiler will throw an error as its teens to process it twice.