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
Is main is user defined function?
Write a program to print ASCII code for a given digit.
Write a program on swapping (100, 50)
What are the advantages of c language?
Explain the concept and use of type void.
What is a char in c?
What is a pointer in c?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Is anything faster than c?
What does d mean?
Explain about block scope in c?
List a few unconditional control statement in c.
Why does not c have an exponentiation operator?
What is external variable in c?