The system() function passes the string pointed to by string to the host environment to be executed by a command processor in an implementation-defined manner.
int system(const char *string);
int system(const char *string);A. true
B. false
Answer: Option A

Join The Discussion