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 are the advantages of c language?
What is LINKED LIST? How can you access the last element in a linked list?
What is a void pointer? When is a void pointer used?
write a program for the normal snake games find in most of the mobiles.
What is the explanation for prototype function in c?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
how could explain about job profile
Describe newline escape sequence with a sample program?
Why c is called a mid level programming language?
What is the purpose of sprintf() function?
What is the use of header files?
Should I learn data structures in c or python?
How do you define a function?
What is the purpose of realloc()?
What is the translation phases used in c language?