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
Why c is a mother language?
What is the meaning of c in c language?
What is line in c preprocessor?
What do you understand by normalization of pointers?
string reverse using recursion
How can I find out if there are characters available for reading?
When should a type cast not be used?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
what type of questions arrive in interview over c programming?
What is the use of pragma in embedded c?
Define macros.
Is c weakly typed?
Why is %d used in c?
Why c is called object oriented language?
What is type qualifiers?