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 #progma and where it is used?

Answers were Sorted based on User's Feedback



What is #progma and where it is used?..

Answer / vijay visana

The #pragma directives offer a way for each compiler to
offer machine- and operating-system-specific features while
retaining overall compatibility with the C and C++
languages. Pragmas are machine- or operating-system-
specific by definition, and are usually different for every
compiler.

Is This Answer Correct ?    4 Yes 0 No

What is #progma and where it is used?..

Answer / wizards

Some operating systems and compilers offers some different
features say align of data etc, and will not work on others.
To work these special features on specific OS/compilres and
should get the functionality of program on others we will
use #pragma directive

Is This Answer Correct ?    2 Yes 0 No

What is #progma and where it is used?..

Answer / saurabh srivastava

pragma is a pre processor directive thaat helps to perform
some compiler specific task, like turbo c allows to write
assembly language in c compiler,
pragma differs, system to system.

Is This Answer Correct ?    2 Yes 1 No

What is #progma and where it is used?..

Answer / vishal kumar jaiswal

it is compiler dependent preprocessor i.e all the compiler are does not support this preprocessor.
some #pragma are used here this purpose
#pragma warn -rvl // retruns value warning
#pragma warn -par // parameter not used warning
#pragma warn -rch //unreachable code warning

Is This Answer Correct ?    0 Yes 0 No

What is #progma and where it is used?..

Answer / sahadev tarei

for bit pading it is used.after compilation the compiler
takes some extra bits.for elimeting that bit we required #progma

Is This Answer Correct ?    3 Yes 9 No

Post New Answer

More MFC Interview Questions

What is the difference between ASSERT and VERIFY?

2 Answers  


What is LPCTSTR? What does LP denote it?

4 Answers  


What are the advantages of using Doc/View or SDI over DialogBox

2 Answers  


Explain StretchBlt and BitBlt

1 Answers  


Does the application have more than one object? If no, then what is the reason?

5 Answers  


How to access document object from view ?

1 Answers  


What is the use of CCmdTarget ?

4 Answers  


What is a critical section and how is it implemented?

2 Answers  


Which MFC function is used to display output?

9 Answers   TCS,


List out the parameters of WinMain Function.

2 Answers   Mphasis,


What is thread & process?

15 Answers   Exaband,


Does the application have more than one object? If Yes, Briefly explain.

2 Answers   Soltius Infotech,


Categories