Relative Content

Tag Archive for cassemblywrapper

Can C be called an assembler wrapper?

I am new to programming and while exploring the concept of a wrapper, I started thinking about the relationship between C and assembly language. Is right to say C (or any other language) is a wrapper for assembly language and assembly language that of machine code?
If not, what are the key differences and similarities?