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
how logic is used
Can you assign a different address to an array tag?
What is the maximum length of an identifier?
What does 2n 4c mean?
write a program to create a sparse matrix using dynamic memory allocation.
What is file in c preprocessor?
Why clrscr is used after variable declaration?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Why is it that not all header files are declared in every C program?
What is difference between structure and union in c?
List out few of the applications that make use of Multilinked Structures?
What are loops in c?
What is actual argument?
What should malloc() do?
Write a program to print fibonacci series without using recursion?