I learning about some basic C functions and have encountered time(NULL) in some manuals.
time(NULL)
What exactly does this mean?
Time : It returns the time elapsed in seconds since the epoch 1 Jan 1970
Time