πŸ“Š R Programming
Q. What will be the output of the following R code?
> x <- 0:6
> as.logical(x)
  • (A) FALSE TRUE TRUE TRUE TRUE TRUE TRUE
  • (B) "0" "1" "2" "3" "4" "5" "6"
  • (C) 0 1 2 3 4 5 6
  • (D) 6 5 5 3 2 1
πŸ’¬ Discuss
βœ… Correct Answer: (A) FALSE TRUE TRUE TRUE TRUE TRUE TRUE

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
106
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate