How to get the current directory Using a C program
Learn C - C tutorial - how to get the current directory Using a c-program - C examples - C programs
How to get the current directory Using a C program
- C Program to print current working directory and to print the path of current working directory.
- The code below is applicable for both Linux and window. we just need to define the flags for current operating system.
- By default the code will run as it is on Linux.