Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / divya
it is built in function because (main )codings are written
by the software developer.so,we cant change anything in
this built in function.but user defined functions are
changed by us.
so it is built in function
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
Give the rules for variable declaration?
What is the purpose of 'register' keyword?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is a program flowchart and explain how does it help in writing a program?
Is r written in c?
What is LINKED LIST? How can you access the last element in a linked list?
Why do we use return in c?
Difference between Shallow copy and Deep copy?
What is void pointers in c?
What is the best way of making my program efficient?
How are strings stored in c?
Why cant I open a file by its explicit path?
What are the advantages of union?
What are the different types of errors?
What is pointers in c?