What is the main differences between C and Embedded C?

Answer Posted / sai ram

C is for desktop computers, embedded C usually is for
microcontroller based applications.
C use the resources of desktop computers (memory, OS, etc)
Embbeded C use only limited resources available in chip
(limited RAM, ROM, ports, etc).
Embbed C could be a subset of C.

Is This Answer Correct ?    11 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where are the auto variables stored?

626


What functions are used in dynamic memory allocation in c?

597


What is masking?

637


What does sizeof int return?

594


What is structure packing in c?

608






What are pointers? Why are they used?

630


What is a good way to implement complex numbers in c?

594


What is null pointer in c?

595


Why main is used in c?

589


How many main () function we can have in a project?

614


What is function prototype in c with example?

580


Is malloc memset faster than calloc?

616


How does selection sort work in c?

621


What is main return c?

519


How macro execution is faster than function ?

666