C Programming How to show date And time in C Programming #include #include int main(){ time_t lt; lt=time(NULL); printf(ctime(<));}