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
What is the translation phases used in c language?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Why c is known as a mother language?
What are the types of functions in c?
Explain what are multibyte characters?
Why is extern used in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What are the two types of structure?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
show how link list can be used to repersent the following polynomial i) 5x+2
Why is a semicolon (;) put at the end of every program statement?
Is flag a keyword in c?
Explain the difference between the local variable and global variable in c?
What is scope of variable in c?
What are the primitive data types in c?