Answer Posted / rahul
no we can 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 ? | 10 Yes | 7 No |
Post New Answer View All Answers
write a program to rearrange the array such way that all even elements should come first and next come odd
Why main is used in c?
Where static variables are stored in c?
How to declare a variable?
What does int main () mean?
What is structure padding in c?
Explain what is gets() function?
Can the sizeof operator be used to tell the size of an array passed to a function?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Dont ansi function prototypes render lint obsolete?
What are the different types of C instructions?
Is stack a keyword in c?
What is pointer to pointer in c?
What is main function in c?
What is cohesion and coupling in c?