Why use in c programming void main?

1 answer

Answer

1214444

2026-08-05 10:55

+ Follow

The compiler needs to know where a program starts. This is called the entry point of a program. The main function is just the standard way of denoting where the entry point of your program is.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.