Vidyalelo
C Programming · Q222

Standard Library Functions

Programming · C Programming · question 222

Q222

What will be the output of the following C code? int main(void) int rc; rc = system("time"); exit(0);

A.
produces error
B.
no value is returned
C.
returns the time
Answer
D.
nothing can be said

Answer: Option C

Solution

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