C
Programming and Technical
Q. Do you know pragma directives in c?
A. Pragma is implementation specific directive i.e each pragma directive has different implementation rule and use. If compiler does not recognize particular pragma it simply ignore that pragma statement without showing any error or warning message and execute the whole program assuming this pragma statement is not present.
Read Solution (Total 0)
C Other Question