What is the reason of writing void main() in c programming??
replied to: Asheshman
Replied to: What is the reason of writing void main() in c programming??...
Since the main() does not return any value to Operating System ...we will write void as the return type i.e void main()