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
List the variables are used for writing doubly linked list program.
Why can’t constant values be used to define an array’s initial size?
Write a program to print factorial of given number without using recursion?
I heard that you have to include stdio.h before calling printf. Why?
Is it possible to pass an entire structure to functions?
Differentiate between functions getch() and getche().
What is a pointer in c?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
How can I trap or ignore keyboard interrupts like control-c?
Combinations of fibanocci prime series
What is the purpose of void in c?
What is bubble sort in c?
Do pointers take up memory?
How can you be sure that a program follows the ANSI C standard?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values