Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which is the function used to add the vectors?

  2. A.

     c()

    B.

     add(vectors)

    C.

     c(vectors)

    D.

     vectors.add

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The c() function is used to add the vectors.


Be The First To Comment