What are pragmas and what are they good for?

Submitted by: Administrator
The #pragma directive provides a single, well-defined ``escape hatch'' which can be used for all sorts of (nonportable) implementation-specific controls and extensions: source listing control, structure packing, warning suppression (like lint's old /* NOTREACHED */ comments), etc.
Submitted by: Administrator

Read Online C Programming Job Interview Questions And Answers