answersLogoWhite

0

Difference between c and embded c?

User Avatar

Mohanm

Lvl 1
15y ago
Updated: 8/17/2019

In the C standard, a standalone implementation doesn't have to provide all of the library functions that a hosted implementation has to provide. The C standard doesn't care about embedded, but vendors of embedded systems usually provide standalone implementations with whatever amount of libraries they're willing to provide.

and also

Embedded environment, sometime, there is no MMU, less memory, less storage space. In C Programming level, almost same, cross compiler do their job.

User Avatar

Wiki User

15y ago

What else can I help you with?