Contact Learn C
Copy

Program 378: Print Loaction of running Program

Program 378: Print Loaction of running Program
 
#include<stdio.h>
main(){
   printf("%s\n",__FILE__);
}
Explanation:
 //Coming Soon


Output:
 Print Loaction of running Program


Donate

Download App and Learn when ever you want

Get it on PlayStore
Get it on Amazon App Store
Get it on Aptoide