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
Write a program to print numbers from 1 to 100 without using loop in c?
Explain the use of bit fieild.
How do I send escape sequences to control a terminal or other device?
Write a code on reverse string and its complexity.
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Should a function contain a return statement if it does not return a value?
What are the advantages of external class?
What are the features of the c language?
Is c dynamically typed?
What does *p++ do? What does it point to?
What is quick sort in c?
Are there any problems with performing mathematical operations on different variable types?
Describe the header file and its usage in c programming?
What is the difference between union and anonymous union?
What language is windows 1.0 written?