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 fflush() function?
What is identifiers in c with examples?
What are global variables and explain how do you declare them?
Why isn't it being handled properly?
What is a char in c?
What is the Purpose of 'extern' keyword in a function declaration?
write an algorithm to display a square matrix.
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
How are Structure passing and returning implemented by the complier?
What are bitwise shift operators in c programming?
Combinations of fibanocci prime series
What is function what are the types of function?
What is array in c with example?
What is a const pointer?
What is the purpose of sprintf() function?