Question:What is use of #pragma inline directive in c language?
Answer #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.
+ Report
What is use of #pragma inline directive in c language?