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 is s in c?
What are file streams?
Write a program to check prime number in c programming?
Explain the difference between structs and unions in c?
What are all different types of pointers in c?
Can you please explain the difference between malloc() and calloc() function?
How can I read/write structures from/to data files?
What is time complexity c?
How can I swap two values without using a temporary?
What are identifiers c?
What is 02d in c?
Explain what is dynamic data structure?
Why we use conio h in c?
Which is better between malloc and calloc?
Explain the bubble sort algorithm.