Vidyalelo
R Programming · Q60

R Programming Basics

Programming · R Programming · question 60

Q60

Which of the following statement is invalid?

A.
x <- c(1+0i, 2+4i)
B.
x <- c(TRUE, FALSE)
C.
x <- c(T, F)
D.
None of the mentioned
Answer

Answer: Option D

Solution

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