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 a method in c?
What are the advantage of c language?
What is a rvalue?
Why do we use stdio h and conio h?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What are reserved words with a programming language?
There seem to be a few missing operators ..
What is a good way to implement complex numbers in c?
Explain the advantages and disadvantages of macros.
Define Array of pointers.
What is the difference between volatile and const volatile?
When a c file is executed there are many files that are automatically opened what are they files?
Is boolean a datatype in c?
How can you tell whether a program was compiled using c versus c++?
What is call by reference in functions?