Any language as based as C?

C has arrays, they're just awful because they don't store the length and decay into pointers
C has a standard implentation of strings, null-terminated, commonly known as "C strings"
Why are you calling someone dumb when you don't know the difference between an array and a list
Arrays and strings are like the least abstract data structures around
You think I'm complaining about C because it's too hard
C is easy, I'm complaining about C because it's an archaic language

When does it make code harder to understand?

What are your games about fren

>C has arrays
No, it really doesn't, and the fact that you think it does is incredibly hilarious. It has pointers and pointer arithmetic, and syntactic sugar to make them look like arrays and type checking to keep you from doing something stupid. It actually does not implement any kind of abstract data type, just gives you a convenient way of dealing with pointers.
>they're just awful because they don't store the length and decay into pointers
That is the fucking point, dumbass. Defining that behavior into the C standard would be FUCKING STUPID because it is too abstract.
>C has a standard implentation of strings, null-terminated, commonly known as "C strings"
Not, C does not you fucking moron. The standard library does, the language does not. The standard library is not even close to being universally available. C strings only exist if you use a library. They are not native to C. You literally don't know what you're talking about.

C should only be used by people who know what they are doing
And it also should only be used if the person using it has other
people who know how to use it to check it

It's to easy to leave memory addresses open and
Cause security issues

any language that uses keywords for describing codeblock should get erased

>nd syntactic sugar to make them look like arrays and type checking to keep you from doing something stupid
in other words, an array
>Not, C does not you fucking moron. The standard library does
>>C has a standard implentation
lmao

any language that doesn't use keywords for describing codeblocks should get erased

any language that doesn't use Layout for describing scope should get erased

Come back here when you are done with your tutorials.