C program to print the current date and time
kw.c
Output
kodingwindow@kw:~$ gcc kw.c
kodingwindow@kw:~$ ./a.out Current Date and Time is Thu May 31 07:44:51 2018 kodingwindow@kw:~$
What Next?
C Pointers
Advertisement