top | item 24455860

(no title)

yarrel | 5 years ago

C doesn't have strings. ;-)

discuss

order

Snarwin|5 years ago

More precisely, it doesn't have a string type.

Skunkleton|5 years ago

It certainly has string literals, which are a kind of type.

tus88|5 years ago

That's because they were conflated with both arrays and pointers.