Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / vignesh1988i
it's actually user defined built in function...... since we
the user gave the function name as main() when we write the
coding for the compailer........
| Is This Answer Correct ? | 28 Yes | 41 No |
Post New Answer View All Answers
Is it possible to execute code even after the program exits the main() function?
What is the difference between formatted&unformatted i/o functions?
What is the size of enum in bytes?
Why isnt there a numbered, multi-level break statement to break out
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is anagram in c?
What are the 3 types of structures?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Can we declare variables anywhere in c?
Explain what are header files and explain what are its uses in c programming?
How many bytes is a struct in c?
What does 4d mean in c?
How to establish connection with oracle database software from c language?
What is omp_num_threads?
Explain what header files do I need in order to define the standard library functions I use?