Computer Science, asked by sohithrajasai, 3 months ago

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 ayeshaarshad8995
0

Answer:

I can't understand your question

Similar questions