Linux Why is #! the first line in shell scripting ? When the first line starts with #!, the kernel scans the rest of the line for full pathname of the interpreter to run the program.
C Programming Using time.h Header File in C in depth In this article, we are going to study about the time.h standard header file in C Programming Language and cover the different methods available in it.