This C program scan the current directory and display total size in bytes
Header file and function used
The type DIR is defined in the header file <dirent.h>
The readdir() function returns a pointer to a structure representing the directory entry at the current position in the stream