Answer Posted / narendra allam
We can write a Program without main() function in C-language.
There should be one entry point in the program, so we need a
function to satrt with. In linker scripts it is mentioned,
we can change it through -e option for 'ld' linker with gcc.
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
What technical support do we get with Delphi?
How to use the InterBase Express (IBX) SQL monitor?
How to easily move a Window control at runtime?
What are the different types of object allocations methods in delphi?
What are the reasons involved in using the interface?
How to Propagate constraints from middle-tier to client?
How to get the version information for a file?
How to disable the Delphi / Borland C++ Builder splash screen ?
How to Generate a Windows Console Application?
what are the Versions of DB2 supported by BDE 5.10 ?
How to Register a file extension and context menu operations?
What is the procedure to access the database from delphi?
compare TProvider Component vs. Provider Property ?
How to open or create a project using the TReport component?
Why do I get compile errors accessing the Sender object in events?