Which function is used to combine the elements into a vector?
SIKSHAPATH Latest Questions
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
Pavanagg
Asked: January 1, 2022In: Programming Language
Which of the following is not a valid c variable name declaration? (a) float PI = 3.14; (b) double PI = 3.14; (c) int PI = 3.14; (d) #define PI 3.14;