I m not able to understand how i print the values of predefined symbolic constant.
i have to print the values of
_lINE_ The line number of the current source code line (an integer constant)
_FILE_ The presumed name of the source file (a string)
_DATE_ The date the source file is compiled (a string of the form “Mmm dd yyy” such
as Jan 19 2002)
_TIME_The time the source file is compiled (a string literal of the form “hh:mm:ss”)
i m not able to understand how i print the values of these predifined symbolic constant
please help ,me guyssssss
i have to print the values of
_lINE_ The line number of the current source code line (an integer constant)
_FILE_ The presumed name of the source file (a string)
_DATE_ The date the source file is compiled (a string of the form “Mmm dd yyy” such
as Jan 19 2002)
_TIME_The time the source file is compiled (a string literal of the form “hh:mm:ss”)
i m not able to understand how i print the values of these predifined symbolic constant
please help ,me guyssssss
Comment