top | item 41851903

(no title)

racingmars | 1 year ago

> Do they still use 0-terminated strings/char* as the main string type?

Of course, it's still C.

> Is the usage of single linked lists still prevalent as the main container type?

As far as I can remember, the C standard library has never had any functions that used linked lists. Nor are there any container types, linked lists or otherwise, provided by C. So I'd say this is a question about how people teach and use C, not related to the language -- or language spec version -- itself.

discuss

order

eps|1 year ago

Don't feed the trolls.

zerr|1 year ago

I don't mean the language spec but what is commonly used in the wild.