What is the main differences between C and Embedded C?

Answer Posted / swati jawanjal

Embedded c code generates a .hex file while a convention c
code generates a compatible .exe file.

C language uses the desktop OS memory while embedded C uses
the controllers inbuilt or any externally attached memory.

Is This Answer Correct ?    49 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what will be maximum number of comparisons when number of elements are given?

1687


Explain what are preprocessor directives?

847


Explain enumerated types in c language?

821


When we use void main and int main?

836


Explain how do you determine a file’s attributes?

844


Why is c still so popular?

824


What is variable and explain rules to declare variable in c?

821


What are directives in c?

757


Explain about C function prototype?

859


How is a null pointer different from a dangling pointer?

818


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

1046


What does char * * argv mean in c?

841


What is "Duff's Device"?

932


What is table lookup in c?

865


Explain what are binary trees?

852