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


Please Help Members By Posting Answers For Below Questions

Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1770


Explain what are the different file extensions involved when programming in c?

639


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

657


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

916


What is union in c?

641






Why can’t constant values be used to define an array’s initial size?

840


What is the purpose of 'register' keyword in c language?

631


How can I run c program?

692


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

2728


how can use subset in c program and give more example

1507


How is pointer initialized in c?

590


List some basic data types in c?

561


How does pointer work in c?

623


What is #include cctype?

582


Tell me what is the purpose of 'register' keyword in c language?

621