Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / abhishek munde
main () is user defined function built in function.....
bcoz we define what it will do... and it already has it's
name as main.
| Is This Answer Correct ? | 10 Yes | 26 No |
Post New Answer View All Answers
diff between exptected result and requirement?
What is define c?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is c language in simple words?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is difference between arrays and pointers?
Why we use break in c?
What is c standard library?
Why C language is a procedural language?
What does d mean?
What is the method to save data in stack data structure type?
How can you allocate arrays or structures bigger than 64K?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is else if ladder?
What are the three constants used in c?