Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answer Posted / suresh kumar

main() is a system declared bt user defined function
coz main is declared as built in functions but we give the
definition of main according to us. means it is defined by
the user.

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c is a procedural language?

711


What is c method?

622


How do I use void main?

714


what is the structure pointer?

1728


How pointer is different from array?

683






Write a program to swap two numbers without using third variable in c?

712


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

852


What does char * * argv mean in c?

713


What are the 32 keywords in c?

747


What are the 3 types of structures?

666


Which driver is a pure java driver

1075


What is meant by high-order and low-order bytes?

750


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

732


Write a program to swap two numbers without using a temporary variable?

711


What is difference between array and structure in c?

671