Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

List the variables are used for writing doubly linked list program.

2088


Why can’t constant values be used to define an array’s initial size?

1442


Write a program to print factorial of given number without using recursion?

1048


I heard that you have to include stdio.h before calling printf. Why?

1117


Is it possible to pass an entire structure to functions?

1054


Differentiate between functions getch() and getche().

1112


What is a pointer in c?

1697


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

1173


How can I trap or ignore keyboard interrupts like control-c?

1117


Combinations of fibanocci prime series

1666


What is the purpose of void in c?

1113


What is bubble sort in c?

1106


Do pointers take up memory?

1216


How can you be sure that a program follows the ANSI C standard?

1663


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

1757