int execve(const char *pathname, char *const argv[], char *const envp []);

i know what to pass for the first two parameters, but for envp i don't know what to pass.

Please help me.