Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / yogesh bansal
main is a system declared user defined function
| Is This Answer Correct ? | 31 Yes | 8 No |
Post New Answer View All Answers
What should malloc() do?
What is the explanation for prototype function in c?
What is the difference between a free-standing and a hosted environment?
What happens if header file is included twice?
What is the general form of function in c?
Write a program to swap two numbers without using third variable?
What is c value paradox explain?
Difference between pass by reference and pass by value?
Lists the benefits of c programming language?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Is Exception handling possible in c language?
What is c preprocessor mean?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is difference between far and near pointers?