InterviewSolution
Saved Bookmarks
| 1. |
The functions vprintf(), vfprintf(), and vsprintf() are not equivalent to the corresponding printf() functions exceptthe variable argument list.(a) true(b) falseI had been asked this question in exam.My question is from File Operations in section Input and Output in C of C |
|
Answer» Correct choice is (B) false |
|