Can you write a c program without using main function? - C Views : 279
Tagged in : C
0 0
Send mail
we can write the code without main() function. The code will gets compiled and during compilation it won't show any error but while executing it show an error saying LINKER ERROR.
By Vijayaprasad, On - 2010-02-16



    Login to add Comments .