OOPs Concepts
Programming and Technical
Where pragma is used?
Read Solution (Total 2)
-
- in c#, pragma is used to enable or disable the error or warnings
- 9 years agoHelpfull: Yes(1) No(0)
- #pragma' is for compiler directives that are machine-specific or operating-system-specific, i.e. it tells the compiler to do something, set some option, take some action, override some default, etc. that may or may not apply to all machines and operating systems.
- 10 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question