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
Explain what is the concatenation operator?
Explain what are the different file extensions involved when programming in c?
What is a macro?
Explain indirection?
What are the advantages of union?
How the c program is executed?
What is typeof in c?
What is the difference between memcpy and memmove?
What is the difference between ++a and a++?
What is the easiest sorting method to use?
Explain pointers in c programming?
How do I swap bytes?
Explain the use of function toupper() with and example code?
Difference between pass by reference and pass by value?
can anyone please tell about the nested interrupts?