Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answer Posted / lakkup

it is an inbuilt function i.e, main() it indicates the
starting of the program and it is a user defined function
when the user defines it as void main() or int main(void).

Is This Answer Correct ?    6 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are there any problems with performing mathematical operations on different variable types?

582


What is difference between %d and %i in c?

702


Explain the difference between ++u and u++?

649


What is an auto keyword in c?

654


How can a program be made to print the name of a source file where an error occurs?

743






What are enumerated types?

663


What is c programming structure?

629


What is the condition that is applied with ?: Operator?

671


What are the different types of pointers used in c language?

622


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1790


Why cant I open a file by its explicit path?

602


What is integer constants?

630


What does the file stdio.h contain?

610


What is the difference between the expression “++a” and “a++”?

658


What are the preprocessor categories?

647