1.

Which header file is used to manipulate the vector algebra in c++?(a) math(b) cmath(c) vmath(d) dmathThis question was addressed to me in exam.Question is from Vector Arithmetic topic in portion Strings, Streams & Numerics in C++ of C++

Answer»

The CORRECT choice is (C) vmath

Best explanation: vmath is set of C++ classes for VECTOR and Matrix ALGEBRA USED in the programs.



Discussion

No Comment Found

Related InterviewSolutions