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 c programing language?
What is printf () in c?
Why main function is special give two reasons?
Describe the steps to insert data into a singly linked list.
What is header file in c?
How do I send escape sequences to control a terminal or other device?
Can a variable be both constant and volatile?
Write a program of advanced Fibonacci series.
how to write a c program to print list of fruits in alpabetical order?
How is null defined in c?
How can you pass an array to a function by value?
What is pragma c?
What are # preprocessor operator in c?
What is the role of this pointer?
How can I ensure that integer arithmetic doesnt overflow?