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 are control structures? What are the different types?

866


Can you write the algorithm for Queue?

1781


What is character constants?

921


Is c dynamically typed?

914


What is I ++ in c programming?

882


Tell us the use of fflush() function in c language?

912


What is preprocessor with example?

806


What is pass by value in c?

815


What are the types of type qualifiers in c?

861


Can you define which header file to include at compile time?

822


Explain what does the format %10.2 mean when included in a printf statement?

1138


What is the newline escape sequence?

859


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1446


write a c program to find the sum of five entered numbers using an array named number

1894


Explain what is the purpose of "extern" keyword in a function declaration?

834