Vidyalelo
JavaScript · Q47

Sockets

Programming · JavaScript · question 47

Q47

Which is the function used to add the vectors?

A.
c()
Answer
B.
add(vectors)
C.
c(vectors)
D.
vectors.add

Answer: Option A

Solution

Answer: Option A
Solution:
The c() function is used to add the vectors.