when you run the program
# program starts in mains
# object c is created
# function set time is called by the object c
# the variable time is set to the value passed by
# function get time is called by object c
# the time is returned
# it will passe to tod
# tod get printed out
hope this will help youu