Answers for "print the name of a file c"

C
0

print the name of a file c

printf("File : %s\n Date : %s\n Time : %s \n Line : %d\n STDC : %d\n",
       __FILE__, __DATE__, __TIME__, __LINE__, __STDC__);
Posted by: Guest on April-18-2022

Code answers related to "print the name of a file c"

Code answers related to "C"

Browse Popular Code Answers by Language