Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / sree
main() itself is a predefined function.
where as main() is a userdefined function because there we
are writing the internal part.
| Is This Answer Correct ? | 27 Yes | 8 No |
Post New Answer View All Answers
How old is c programming language?
Why does everyone say not to use scanf? What should I use instead?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is void c?
How do you construct an increment statement or decrement statement in C?
what is a constant pointer in C
Where we use clrscr in c?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Can static variables be declared in a header file?
What is c language and why we use it?
Explain c preprocessor?
Can we compile a program without main() function?
What is fflush() function?
hi, which software companys will take,if d candidate's % is jst 55%?
Why is c called a structured programming language?