#pragma directive in C : Implementation-specific directives
Syntax:
#pragma <directive name>
Explanation :
- With #pragma, Turbo C++ can define whatever directives it desires without interfering with other compilers that support #pragma.
- If the compiler doesn’t recognize <directive name>, it ignores the #pragma directive without an error or warning message.
Turbo C++ supports the following #pragma directives:
#pragma argsused
#pragma exit
#pragma hdrfile
#pragma hdrstop
#pragma inline
#pragma option
#pragma saveregs
#pragma startup
#pragma warn
Incoming search terms:

About the author: Pritesh View all posts by Pritesh
My name is Pritesh Taral. I am working in well known MNC. as Java Developer. I am part time blogger loves writing articles on C/C++. I am active on facebook using community fan page .One can Visit me @ Facebook
Facebook Fan Page