1.

Which of the given structure is returned by the function ldiv()?(a) div_t(b) ldiv_t(c) div_i(d) ldiv_iI had been asked this question in class test.The above asked question is from General Utilities topic in section C Library of C

Answer»

Right option is (B) ldiv_t

To explain: ldiv_t isthe structure returned by the function DIV(). ldiv() function is similar to the function div() EXCEPT that the argument and the returned VALUE is of type long int.



Discussion

No Comment Found

Related InterviewSolutions