Showing posts with label main(). Show all posts
Showing posts with label main(). Show all posts

C Program Without a Main Function

Leave a Comment
C Program without a main functionHave you ever wondered how to write a C program without a main function? Can a C program execute with a main function? Is it possible to do that?
Well, the answer is YES! There can be a C program without a main function. Here is the source code of the program without a main function:
Read More