c Exécuter la commande shell

#include <stdlib.h>

# int system(const char *command);

system("pwd");
CharllierJr