What is the main differences between C and Embedded C?
Answer Posted / dongay
Embedded C is an extension of C
The Extra Features are available in Embedded C are
1. fixed point types
2. multiple memory areas
3. I/O register mapping.
| Is This Answer Correct ? | 99 Yes | 23 No |
Post New Answer View All Answers
What is difference between structure and union in c programming?
When was c language developed?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
How do you view the path?
What are the scope of static variables?
is it possible to create your own header files?
How can I find out how much free space is available on disk?
How many levels of pointers can you have?
What are types of structure?
Can you please explain the difference between strcpy() and memcpy() function?
What is the advantage of c?
What is null pointer in c?
What is the difference between a free-standing and a hosted environment?
What does do in c?
What is the difference between malloc() and calloc()?