Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / ashok kumar
According to definition of predefined function,It should
perform some task,can any one tell the particularly the task
of main()function?.then the answer is clear main() is not
predefined,so then we are defining main()so absolutely user
defined function....
This is definition of predefined funtion "(computing) Any of
a set of subroutines that perform standard mathematical
functions included in a programming language; either
included in a program at compilation time, or called when a
program is executed "
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
how logic is used
write a program to find out prime number using sieve case?
Differentiate between declaring a variable and defining a variable?
What is the use of sizeof () in c?
Describe the header file and its usage in c programming?
What is the benefit of using const for declaring constants?
Why static variable is used in c?
What is 1f in c?
Explain union.
How can you find the day of the week given the date?
Difference between macros and inline functions? Can a function be forced as inline?
Explain the concept and use of type void.
Why do we use pointer to pointer in c?
What are conditional operators in C?
What are valid operations on pointers?