Frage im Vorstellungsgespräch bei Continental

difference between c and embedded c?

Antworten zu Vorstellungsgespräch

Anonym

1. Sept. 2016

Embedded C requires compilers to create files to be downloaded to the microcontrollers/microprocessors where it needs to run. Embedded compilers give access to all resources

Anonym

1. Sept. 2016

Embedded c needs optimization due to space and time constrain, pragmas, macros, call by reference, etc need to build..

3