經典C語言編程100例——題目+答案代碼(完結)

【程序 91】 題目:時間函數舉例 1 1.程序分析: 2.程序源代碼:web #include "stdio.h" #include "time.h" void main() { time_t lt; /*define a longint time varible*/ lt=time(NULL);/*system time and date*/ printf(ctime(<)); /*engli
相關文章
相關標籤/搜索