Vidyalelo
R Programming · Q38

Control Structures in R Programming

Programming · R Programming · question 38

Q38

What would be the value of following R expression? log(-1)

A.
Warning in log(-1): NaNs produced
Answer
B.
1
C.
Null
D.
0

Answer: Option A

Solution

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