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


Please Help Members By Posting Answers For Below Questions

Why is c so popular?

896


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

880


What is the use of bitwise operator?

888


Why doesnt that code work?

792


Explain how do you use a pointer to a function?

864


what is the basis for selection of arrays or pointers as data structure in a program

4055


What do you mean by scope of a variable in c?

774


What is the size of enum in bytes?

805


Who invented bcpl language?

936


Is Exception handling possible in c language?

1805


What is the difference between a function and a method in c?

814


why return type of main is not necessary in linux

1889


Is c still used?

807


Why is not a pointer null after calling free?

789


What are the types of bitwise operator?

855