Explanations
of #pragma directives in c programming language by examples and questions
#pragma inline only tells the compiler that source code of program contain inline assembly language code .In C we can write assembly language program with help of asm keyword.
Describe #pragma warn directive?
Answer:
In c there are many warning messages which can be on or off with help of #pragma
No comments:
Post a Comment