Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / neeraj pal
it is user define built in function............becoz user
create the methods in the main,we can change its name in the
c programming only if ,have to change the compiler coding in
which main is defined.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is function in c with example?
What is getche() function?
What is static memory allocation? Explain
Is null valid for pointers to functions?
Why we write conio h in c?
What is the difference between strcpy() and memcpy() function in c programming?
Why is python slower than c?
formula to convert 2500mmh2o into m3/hr
How can I run c program?
What are the different types of C instructions?
What is an identifier?
How can I send mail from within a c program?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is the most efficient way to store flag values?
How was c created?