Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / lakkup
it is an inbuilt function i.e, main() it indicates the
starting of the program and it is a user defined function
when the user defines it as void main() or int main(void).
| Is This Answer Correct ? | 6 Yes | 13 No |
Post New Answer View All Answers
How do you write a program which produces its own source code as output?
What are the different types of control structures?
What is volatile variable in c?
What is #include conio h?
Explain what are reserved words?
What is use of integral promotions in c?
Explain what is page thrashing?
What is getch?
Tell us bitwise shift operators?
What is null pointer constant?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What are the advantages of using macro in c language?
What are the different types of errors?
What is a memory leak? How to avoid it?
How can you determine the maximum value that a numeric variable can hold?