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
AnswerD.
nothing can be said
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board