DEV Community

Discussion on: Is C still a high level language?

Collapse
 
ntrel profile image
Nick Treleaven

Well you can use puts instead of printf, but I take your point. I think readability in C is bad because of type unsafety, no defer statement and void pointers everywhere.