Q. Pragmas are processed at ___________
β
Correct Answer: (B)
Compile time
Explanation: PRAGMA refers to a compiler directive it is used to provide an instruction to the compiler. They are processed at compile time where the necessary information is passed to the compiler. they are not processed at runtime.