Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / vinit malik
main() is a system declared user defined function bcoz it is declared as built in function but defined by user means a user gives the definition of the function bcoz user defines what it will do...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is structure and union in c?
Explain what is a stream?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is the purpose of main( ) in c language?
What is meant by int main ()?
How are Structure passing and returning implemented by the complier?
Write a program to print ASCII code for a given digit.
show how link list can be used to repersent the following polynomial i) 5x+2
What's the total generic pointer type?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Is c easy to learn?
hi, which software companys will take,if d candidate's % is jst 55%?
Which is best book for data structures in c?
Explain the use of fflush() function?
What is union and structure?