C Jalankan Perintah Shell

#include <stdlib.h>

# int system(const char *command);

system("pwd");
CharllierJr