What embedded C is
C running directly on a microcontroller, usually with no operating system underneath it. The chip has kilobytes of memory rather than gigabytes, no screen and no keyboard, and your code is the only thing running. It's the same language as ever; the constraints are what make it a different discipline.
