Choose Category
#include <stdlib.h> #include <stdio.h> int main(){ printf("Path %s",getenv("PATH")); return 0; }