• 2022-06-07
    以下是时钟模拟显示程序,按要求在空白处填写适当的表达式或语句,使程序完整并符合题目要求。#includetypedefstructclock{inthour;intminute;intsecond;}CLOCK;/*函数功能:时、分、秒时间的更新*/voidUpdate(________){staticlongm=1;t->hour=m/3600;t->minute=__________________;t->second=___________;m++;if(t->hour==24)m=1;}/*函数功能:时、分、秒时间的显示*/voidDisplay(CLOCK