Answer Posted / rahul
no we can't write a program with out main function, this
function is the main function which usually help OS to kill
the process that has executed, like in JAVA main() is used
as a thread whose wqork is to kill the executed process and
mark those as GC( Garbage collection)
| Is This Answer Correct ? | 14 Yes | 9 No |
Post New Answer View All Answers
What is #line in c?
How can I recover the file name given an open stream or file descriptor?
Do character constants represent numerical values?
What is the difference between strcpy() and memcpy() function in c programming?
Explain what is the difference between null and nul?
Explain what is the concatenation operator?
When should structures be passed by values or by references?
Is that possible to add pointers to each other?
How a string is stored in c?
Why is c called c not d or e?
Does c have enums?
how to write a c program to print list of fruits in alpabetical order?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is the use of printf() and scanf() functions?
What is omp_num_threads?