MCQs > Engineering & Manufacturing > Data Analytics > What will be the output of the following R code? c(4,7,TRUE,3+7i) -> v1 c(9,6,FALSE,3+7i) ->> v2 print(v1) print(v2)

Data Analytics MCQs

What will be the output of the following R code?

c(4,7,TRUE,3+7i) -> v1

c(9,6,FALSE,3+7i) ->> v2

print(v1)

print(v2)


Answer

Correct Answer:

[1]4+0i7+0i1+0i3+7i

[1] 9101 6+0i 0+01 3+7i  


Explanation:

Note: This Question is unanswered, help us to find answer for this one

Data Analytics Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Data Analytics Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it