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 is declaration and definition in c?
Why do we use c for the speed of light?
What do you mean by invalid pointer arithmetic?
Explain the meaning of keyword 'extern' in a function declaration.
Is a house a mass structure?
What are the types of c language?
Between macros and functions,which is better to use and why?
Write the Program to reverse a string using pointers.
Why does everyone say not to use gets?
How can I invoke another program or command and trap its output?
How are strings stored in c?
What are the rules for the identifier?
What is clrscr ()?
What is difference between structure and union in c?
What is assert and when would I use it?