0
Is it possible to use #PRAGMA directry seen in C ,can we use same directry in other languages or in other form.
#PRAGMA is used to hide the unnecessary error while compiling
1 Réponse
0
Yes and no. Some languages have that inbuilt and some don't.
#PRAGMA is used to hide the unnecessary error while compiling