in Education by
What is the output of the following program? 3 . #include 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 Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Answer: I can’t understand your question

Related questions

0 votes
    What is the output of the following program? 3 . #include using namespace std; struct Time { int hours; int ... 20000 D. O 15000 Select the correct answer from above options...
asked Dec 27, 2021 in Education by JackTerrance
0 votes
    Q.32 :-What will the SWAP macro in the following program be expanded to on preprocessing? will the code compile? ... y); return 0; Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    - What will be the output of the following C code? #include int main() { int i = 97, *p=&i; foo( ... (D) Segmentation fault/code crash Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    What is the output of the below program? #include int main() { printf("%u",sizeof(NULL)); return 0; }...
asked Jan 23, 2021 in Technology by JackTerrance
0 votes
    15. #include #define foo(m, n) m + n int main() { int a = foo(5,13); printf(“%d”, a); Select the correct answer from above options...
asked Dec 30, 2021 in Education by JackTerrance
0 votes
    Std 9th The first generation computers used to shutdown because of ___________ . please answer quickly Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    std-vil Answeis: D 20 Let x=x+1 Preint x, If 2625 if 1 < 5 True XX 23xl then go to 20 12 5...
asked Dec 6, 2021 in Education by JackTerrance
0 votes
    std-vil Answeis: D 20 Let x=x+1 Preint x, If 2625 if 1 < 5 True XX 23xl then go to 20 12 5...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    std-vil Answeis: D 20 Let x=x+1 Preint x, If 2625 if 1 < 5 True XX 23xl then go to 20 12 5...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    d. Consider the following python program, intended to calculate factorials: 3 number = int(input( enter number')) ... fix this program? Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    write a program in Python to print the sum of the following series: s=1+x+x^2+x^3+…..+x^n Select the correct answer from above options...
asked Dec 9, 2021 in Education by JackTerrance
...