Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / manjunath
Its a user defined function. How can it be inbuilt
function? We are the one who writes the main function.
Program execution starts with main function. We can also
compile a code without main, but we cant create exe, since
it requires a main function to execute.
| Is This Answer Correct ? | 55 Yes | 9 No |
Post New Answer View All Answers
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is default value of global variable in c?
Is there a way to switch on strings?
What is your stream meaning?
Explain how can I right-justify a string?
In C language what is a 'dangling pointer'?
Can the curly brackets { } be used to enclose a single line of code?
Can you pass an entire structure to functions?
How many header files are in c?
What's the right way to use errno?
What does it mean when a pointer is used in an if statement?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
How can you invoke another program from within a C program?
List out few of the applications that make use of Multilinked Structures?
Why clrscr is used in c?