Try this exercise. Click the correct answer from the options.
Which of the following libraries should you include in a C++ program to work with dates and times?
A)
Click the option that best answers the question.
- A) <ctime> B) <iostream> C) <chrono> D) <string>
- A) <iostream> B) <string> C) <vector> D) <cmath>
- A) <chrono> B) <vector> C) <sstream> D) <iomanip>
- A) <ctime> B) <cmath> C) <algorithm> D) <vector>