Vidyalelo
C Programming · Q189

Standard Library Functions

Programming · C Programming · question 189

Q189

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);

A.
true
Answer
B.
false

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board