C
Programming and Technical
Q. What is use of #pragma inline directive in c language?
A. #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.
Read Solution (Total 0)
C Other Question