Q.1.
What will be the output of the following R code snippet? > paste("a", "b", se = ":")
Q.2.
Point out the correct statement?
Q.3.
The __________ function returns a list of all the formal arguments of a function.
Q.4.
Point out the wrong statement?
Q.5.
You can check to see whether an R object is NULL with the _________ function.
Q.6.
Which of the following code will print NULL?
Q.7.
What will be the output of the following R code snippet? Hello, world! [14
Q.8.
What will be the output of the following R code snippet? Hello, world! [15
Q.9.
What will be the output of the following R code snippet? Hello, world! [16