Answers for "unix run shell command with c"

C
0

c execute shell command

#include <stdlib.h>

# int system(const char *command);

system("pwd");
Posted by: Guest on June-21-2021

Code answers related to "unix run shell command with c"

Code answers related to "C"

Browse Popular Code Answers by Language