The ANSI C standard defines six predefined macros for use in the C language:Macro Name Purpose_ _LINE_ _ Inserts the current source code line number in your code._ _FILE_ _ Inserts the current source code filename in your code._ _DATE_ _ Inserts the current date of compilation in your code._ _TIME_ _ Inserts the current time of compilation in your code._ _STDC_ _ Is set to 1 if you are enforcing strict ANSI C conformity._ _cplusplus Is defined if you are compiling a C++ program.
Please Note: We keep on updating better answers to this site. Subscribe to our newsletter to get notified when better answer is posted.
Copyright ©2003-2010 CoolInterview.com, All Rights Reserved. Privacy Policy | Terms and Conditions Page URL: http://www.coolinterview.com/interview/1020/default.asp?cachecommand=bypass