pradeep_m14 wrote: > hi... Can we write a program in c without the main function. Is it > possible..plz reply..
Depends on the compiler/linker and if either supports alternate entry points. Under Windows, GUI programs typically use WinMain(). -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
