Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

print the name of a file c

printf("File : %s
 Date : %s
 Time : %s 
 Line : %d
 STDC : %d
",
       __FILE__, __DATE__, __TIME__, __LINE__, __STDC__);
 
PREVIOUS NEXT
Tagged: #print #file
ADD COMMENT
Topic
Name
3+6 =