main is a predefined or user define function
if user defined why?
if predefined whay?

Answer Posted / s.s.venkatesh

the main() is a predefined function because we can't change
the name of the function or characterstics of the function.

If the function is user defined means we can change the
name of the function as we wish.

So,the main() is a predefined function.

Is This Answer Correct ?    20 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is declaration and definition in c?

762


Why do we use c for the speed of light?

822


What do you mean by invalid pointer arithmetic?

830


Explain the meaning of keyword 'extern' in a function declaration.

927


Is a house a mass structure?

849


What are the types of c language?

774


Between macros and functions,which is better to use and why?

1808


Write the Program to reverse a string using pointers.

802


Why does everyone say not to use gets?

802


How can I invoke another program or command and trap its output?

860


How are strings stored in c?

793


What are the rules for the identifier?

888


What is clrscr ()?

866


What is difference between structure and union in c?

737


What is assert and when would I use it?

775