Answer Posted / samarth
yes, we can write C programs , without main() functions.
though they are not the kind of programs we use in everyday
life .For example linux kernel source code do not have any
main() function.
for details u can visit :
http://samarthonweb.blogspot.com/2009/08/c-programe-with-no-main-function.html
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Describe the difference between = and == symbols in c programming?
Explain what is a stream?
Why should I prototype a function?
Write a program to print factorial of given number using recursion?
What is wrong with this statement? Myname = 'robin';
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is c programing language?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What is the purpose of void pointer?
What are operators in c?
Tell us two differences between new () and malloc ()?
What is openmp in c?
What is the use of #include in c?
What is null pointer constant?
What is %d called in c?