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 keyword in c?
What are type modifiers in c?
What is the description for syntax errors?
How many identifiers are there in c?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What do you mean by Recursion Function?
Combinations of fibanocci prime series
What is data types?
Explain built-in function?
Is the exit() function same as the return statement? Explain.
Is there sort function in c?
What is local and global variable in c?
How can you convert integers to binary or hexadecimal?
What are pointers in C? Give an example where to illustrate their significance.
How do you define a string?