Explore topic-wise MCQs in R Programming.

This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your R Programming knowledge and support exam preparation. Choose a topic below to get started.

1.

The recover() function will first print out the function call stack when an _______ occurs.

A. Error
B. Warning
C. Messages
D. delete
Answer» B. Warning
2.

What will be the value of following R expression?

A. Warning in log(c(-1, 2)): NaNs produced
B. Error in log(c(-1, 2)): NaNs produced
C. Message
D. All of the mentioned
Answer» C. Message