hello, what must i write in my program to ensure that whenever i call execl, the correct number of arguments are passed into it?
example, if i write the code to pass 4 arguments into the execl(), the 5th to n arguments would be ignored. is there a way to prevent this... other than overloading?