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
Is fortran still used today?
What is the function of multilevel pointer in c?
What is difference between union and structure in c?
Explain the use of keyword 'register' with respect to variables.
Explain what is the purpose of "extern" keyword in a function declaration?
What is the best organizational structure?
How do I copy files?
If errno contains a nonzero number, is there an error?
Write a program to swap two numbers without using the third variable?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is the size of structure pointer in c?
Can you please compare array with pointer?
What is static volatile in c?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What are the types of unary operators?