Vidyalelo
R Programming · Q36

Control Structures in R Programming

Programming · R Programming · question 36

Q36

What will be the output of the following R code? > f meaningoflife print(meaningoflife)

A.
32
Answer
B.
42
C.
52
D.
46

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board