J
Jack Klein
Some people would beg to differ. C evolved from B which was merely a
very high level macro assembler. C itself was developed primarily as
replacement of assembly - a better way to write low level system
software. You want something higher level, try C++ (there you can
overload whatever operater you want).
People are entitled to their own opinions, no matter how wrong they
are, so they can differ all they want. And beg all they want, for
that matter.
As someone who has been fluent in many, many assembly languages over
the years, I am qualified to say that those who refer to C as "a high
level assembler" are generally trying to deprecate the language. And
they are wrong.
C is vastly superior to most assembly languages in many ways, and
certainly inferior to most of them in other ways.