What will be the output of the following R code? z<-0:10 z[2]
SIKSHAPATH Latest Questions
Pavanagg
Asked: January 17, 2022In: Data Science
Which function is used to combine the elements into a vector?
Pavanagg
Asked: January 17, 2022In: Data Science
What will be the output of the following R code? * th<- c(1:24) ma<- array(th, dim = c(4, 3, 2)) 5 %in% ma
Pavanagg
Asked: January 17, 2022In: Data Science
What will be the output of the following R code? * m <- matrix( nrow = 2, ncol = 3) dim(m)
Pavanagg
Asked: January 11, 2022In: Programming Language
Write a program to calculate Area of Circle using function in C Language.
Pavanagg
Asked: January 1, 2022In: Programming Language
Which of the following data type will throw an error on modulus operation(%)? (a) char (b) short (c) int (d) float