Difference between C and embedded C ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

Difference between C and embedded C ?

I was wondering what is the difference between c and the embedded c. is it just the OOP + C or anything else??

15th Jan 2017, 5:27 PM
Rijwan Khan
Rijwan Khan - avatar
1 Réponse
+ 4
they are basically the same language, however embedded c is for microcontroller based application running on devices , rather than PCs. The compiler and tools used to.create the programs is different.as the device has limited resources comparing to a.PC.
15th Jan 2017, 9:05 PM
ifl
ifl - avatar