πŸ“Š R Programming
Q. What will be the output of the following R code?
> x <- as.POSIXct("2012-10-25 01:00:00")
> y <- as.POSIXct("2012-10-25 06:00:00", tz = "GMT")
> y-x
  • (A) Time difference of 1 hour
  • (B) Time difference of 1 min
  • (C) Time difference of 1 sec
  • (D) Time difference of 5 sec
πŸ’¬ Discuss
βœ… Correct Answer: (A) Time difference of 1 hour

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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