Examveda
Examveda

What is the purpose of the #pragma once directive in C preprocessing?

A. Prevents recursive inclusion of header files

B. Defines a macro

C. Checks for syntax errors

D. Excludes code

Answer: Option A


This Question Belongs to C Program >> C Preprocessor

Join The Discussion

Related Questions on C Preprocessor