top | item 43894180

(no title)

tavianator | 10 months ago

The C standard (since C99) says that `main()` has an implicit `return 0`, you don't need to write it explicitly.

discuss

order

01HNNWZ0MV43FF|10 months ago

Sure but are we teaching good habits to students, or are we golfing?

pjmlp|10 months ago

Given how many tutorials leave best practices out on how to do proper error handling, strings and arrays in C, doing analysis as part of the build, I would say golfing most of the time.