What is the output of the following program?
3
.
#include <iostream>
using namespace std;
struct Time {
int hours;
int minutes;
int seconds;
};
int toSeconds (Time now);
int main()
{
Time t;
t.hours = 5;
tminutes
30;
=
A. O 19855
B. O 19845
C.O 20000
D. O 15000
Answers
Answered by
0
Answer:
I can't understand your question
Similar questions
Science,
2 months ago
Social Sciences,
2 months ago
Social Sciences,
2 months ago
World Languages,
5 months ago
English,
5 months ago
Biology,
10 months ago
Biology,
10 months ago
Biology,
10 months ago