Difference's Between C Programming and Embedded C are follows:-
C Programming
|
Embedded C
|
C is a widely used general purpose high level Programming language
,mainly intent for system Programming.
|
Embedded C is an extension
to c Programming language, that provide support for developing efficient programs
for embedded device. Embedded c is not a part of C language.
|
C is usually for desktop Programming.
|
Embedded c is more suitable for embedded programming unlike
c.
|
C creates os dependent executable file.
|
Embedded c creates files that are typically download into Microcontroller.
|
C can’t talk directly to Target device.
|
Embedded C allows Programmer
to directly talk to the target processor, and therefore provides improved
performance compared c.
|
0 comments:
Post a Comment
Don't Forget to comment