How many main function can be used in the C language program?

 How many main function can be used in the C language program?

You can use only one main function in C language program .We can use a lot of functions in c programs but the main function is only one.


when we divide large program into small-small different parts using functions , it becomes easy for us to manage the big program . We do this to manage sub programs individually and It helps us to find or resolve error easily.






0 comments:

Post a Comment