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
What is action and transformation in spark?
What tq means in chat?
What is pass by reference in functions?
What is a buffer in c?
Explain what is #line used for?
What is an example of structure?
Where are some collections of useful code fragments and examples?
What are extern variables in c?
How can you return multiple values from a function?
Write a program to identify if a given binary tree is balanced or not.
What are the basic data types associated with c?
What is the process of writing the null pointer?
What is a substring in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What math functions are available for integers? For floating point?