#include #include int main(){ printf("The path is: %s\n", getenv("PATH")); return 0; }