Q22
What does the #pragma once directive do in C preprocessing?
A.
Prevents multiple inclusion of header files
AnswerB.
Defines a macro
C.
Checks for syntax errors
D.
Excludes code
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board