What is the main differences between C and Embedded C?

Answer Posted / vishnu948923

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 ?    199 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to reverse a given number in c language?

613


how can use subset in c program and give more example

1492


What is bubble sort in c?

627


What is the purpose of void pointer?

590


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1672






What are local variables c?

543


What is n in c?

569


Once I have used freopen, how can I get the original stdout (or stdin) back?

620


How can I get back to the interactive keyboard if stdin is redirected?

663


Can we initialize extern variable in c?

626


What are the differences between Structures and Arrays?

601


What is #line?

605


Does sprintf put null character?

591


What is the difference between array and structure in c?

565


Is c procedural or functional?

582