πŸ“Š R Programming
Q. What will be the output of the following R code snippet?
> f <- function(a, b) {
+ print(a)
+ print(b)
+ }
> f(45)
  • (A) 32
  • (B) 42
  • (C) 52
  • (D) 45
πŸ’¬ Discuss
βœ… Correct Answer: (D) 45

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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