C programing language and embeded C

Status
Not open for further replies.

sagar474

Full Member level 5
Joined
Oct 18, 2009
Messages
285
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,318
Location
India,kakinada
Activity points
3,123
is there is any difference between embedded C and C programing language.
i think no. because there is only difference is in libraries and compiler.
the language is same !
what do you say.
 

Normal C or ANSI is a general C programming language, and embedded C are target specific.
there are keywords that are not there in ANSI -C which are done only for embedded C
embedded C programs cant run on turbo C or normal compiler but other way is possible.
compiler execute your ANSI C program while cross compilers execute embedded C programs

over all embedded is is 100% ANSI-C with some new additions to support hardware...
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…