Can you write a c program without using main function?
by Vijayaprasad[ Edit ] 2010-02-16 10:04:01
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.