Does including unneccesary header files increase my executable or affect time of compiling.
For ex. for basic input output programs i definitely need stdio.h , but if i also include other headers like time.h, stdlib.h ,math.h how it would affect the executable.