1.

Which among the following mathematical function do not have a double return-type?

A. floor(x);
B. ceil(x);
C. both ceil(x); and floor(x);
D. srand(x);
E. None of these
Answer» D. srand(x);


Discussion

No Comment Found