Is it better to write the void funtion before the main funtion, or write it below the main function and mention it "prototype" it before the main?
I know both works, but im wondering if the program uses a bit more time searching for it when its below the main function