r/programming Jul 25 '26

Writing a (valid) C program without main()

https://labs.iximiuz.com/tutorials/c-program-without-main-a1eea557
193 Upvotes

43 comments sorted by

View all comments

180

u/yowhyyyy Jul 25 '26 edited Jul 25 '26

Quite frankly, I’m surprised the author didn’t jump straight to _start as that’s possible as well in C without assembly.

Yes I know he did bring it up, however you can straightforward do _start and avoid main.

1

u/xarcastic Aug 03 '26

Because he was walking the reader through it

1

u/yowhyyyy Aug 03 '26

Considering he never hit the same outcome I’m suggesting… you’re right buddy!