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
What are control structures? What are the different types?
Can you write the algorithm for Queue?
What is character constants?
Is c dynamically typed?
What is I ++ in c programming?
Tell us the use of fflush() function in c language?
What is preprocessor with example?
What is pass by value in c?
What are the types of type qualifiers in c?
Can you define which header file to include at compile time?
Explain what does the format %10.2 mean when included in a printf statement?
What is the newline escape sequence?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
write a c program to find the sum of five entered numbers using an array named number
Explain what is the purpose of "extern" keyword in a function declaration?