The format to an integer type (%d) will round the floating point number to 10.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions Unofficial Forum Rules and Guidelines "Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
i wrote my CLAD exam, and i have a doubt regarding an event question where we set the time out event at the run time. there are 2 buttons,(start, stop), when u press start it must take the seconds to update the seconds in the get date time function, once u press stop ,the time must stop updating. so we set a constant of in start button event and stop button event connected to the timeout wait ms in time out event. the question is what are the constants set in start and stop events.
My answer was start 1000 and stop -1. Is my answer right.