Q. What will be the output of the following R function?
d <- date()
d
d <- date()
d
β
Correct Answer: (C)
Prints exact present time and date
You must be Logged in to update hint/solution