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
Explain how can I prevent another program from modifying part of a file that I am modifying?
What does a function declared as pascal do differently?
How can I change the size of the dynamically allocated array?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Can you explain the four storage classes in C?
What does %d do?
What is scope of variable in c?
What are 'near' and 'far' pointers?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
How the c program is executed?
When is a void pointer used?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Place the #include statement must be written in the program?