Which of the following functions may return a MathVector?

a) int add(int a, int b)
b) MathVector multiply(MathVector v1, MathVector v2)
c) void printMessage()
d) double calculateAverage(double arr[], int size)

Q&A Education