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
Why is c so popular?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is the use of bitwise operator?
Why doesnt that code work?
Explain how do you use a pointer to a function?
what is the basis for selection of arrays or pointers as data structure in a program
What do you mean by scope of a variable in c?
What is the size of enum in bytes?
Who invented bcpl language?
Is Exception handling possible in c language?
What is the difference between a function and a method in c?
why return type of main is not necessary in linux
Is c still used?
Why is not a pointer null after calling free?
What are the types of bitwise operator?