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
Is c is a procedural language?
What is c method?
How do I use void main?
what is the structure pointer?
How pointer is different from array?
Write a program to swap two numbers without using third variable in c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What does char * * argv mean in c?
What are the 32 keywords in c?
What are the 3 types of structures?
Which driver is a pure java driver
What is meant by high-order and low-order bytes?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Write a program to swap two numbers without using a temporary variable?
What is difference between array and structure in c?