57.
What will be the output of the following R code?
> x <- matrix(1:4, 2, 2)
> y <- matrix(rep(10, 4), 2, 2)
> x * y

60.
Point out the wrong statement?

Read More Section(Data Structures in R Programming)

Each Section contains maximum 100 MCQs question on Data Structures in R Programming. To get more questions visit other sections.