What is #pragma directive?how it is used in the program?
what is its advantages and disadvantages?
Answer Posted / kapil thakar
#pragma is used to give specific instruction to compiler...
like used only reg bank 3..
then
#pragma BANK_3
used be witten in ur code..
another example..
#pragma worning_3
display worning upto level 3
There are many more pragma dependent on compiler ...
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is static volatile in c?
Is array name a pointer?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is the difference between array and structure in c?
why return type of main is not necessary in linux
What do the functions atoi(), itoa() and gcvt() do?
What is double pointer in c?
Explain how do you view the path?
What is a class c rental property?
What does the c in ctime mean?
How does #define work?
Is fortran still used today?
What is extern keyword in c?
What is a program flowchart and explain how does it help in writing a program?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555