Answer Posted / nara venkata satyanarayana
First we should know whether main() belongs to C/C++ or
java. If it is in C/C++ it is "user-defined" because not
available in any header file and body defined by user, but
compiler will starts body execution from main() function
only. But in java without main() also we can execute
programs and get output eg:-using static blocks.
Here also it is "user-defined" one.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Is fortran still used today?
What is adt in c programming?
When is a null pointer used?
What does %p mean?
swap 2 numbers without using third variable?
What is a ternary operator in c?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is calloc() function?
What is the use of in c?
Where are some collections of useful code fragments and examples?
Why do we use pointer to pointer in c?
What is the right way to use errno?
Why header file is used in c?
How do you determine whether to use a stream function or a low-level function?
What is an operator?