Anurag Agrawal
Anurag Agrawal answered
Void is a return type which is used before a function for defining that the function is returning no value. The function main() is the main/head function of the program and used for the execution of our program. So it is no needed that we put a return type before main().. (an int return type … Read more