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

To explain I would SAY: The functions vprintf() , vfprintf() , and VSPRINTF() are similar to the corresponding printf() functions exceptthat the variable ARGUMENT list is replaced by arg.



Discussion

No Comment Found

Related InterviewSolutions