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
what will be maximum number of comparisons when number of elements are given?
Explain what are preprocessor directives?
Explain enumerated types in c language?
When we use void main and int main?
Explain how do you determine a file’s attributes?
Why is c still so popular?
What is variable and explain rules to declare variable in c?
What are directives in c?
Explain about C function prototype?
How is a null pointer different from a dangling pointer?
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
What does char * * argv mean in c?
What is "Duff's Device"?
What is table lookup in c?
Explain what are binary trees?