Question: 7. Given the following code, which is statement correct to assigned values to the tl structure? struct time short hour short minute: short seconds time

 7. Given the following code, which is statement correct to assigned

7. Given the following code, which is statement correct to assigned values to the "tl" structure? struct time short hour short minute: short seconds time ti: A.tl->hour-3; t1-minute-15; tl->second-47: B.tl (hour-3 minute-15 second-47): C. tl(hour)=3; t(minute)-15. tl(second) 47: D. 1l("hour")=3: tl("minute"-15:11"second"-47: E. tl.hour-3; t1 minute 15; tl second-47, - Programming 8. Which can define a constant in C++? A. #define MAX -15: B. #define MAX 15 C. const int MAX 15: D. const MAX 15: E. const MAX 15: 9. The output of the following code is _ cout

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!