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

all c language question

1864


Who developed c language?

636


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

685


With the help of using classes, write a program to add two numbers.

615


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1125






what are bit fields? What is the use of bit fields in a structure declaration?

1497


What is a pointer in c?

677


What are the restrictions of a modulus operator?

628


What Is The Difference Between Null And Void Pointer?

638


How many data structures are there in c?

612


Hai what is the different types of versions and their differences

1484


What is the easiest sorting method to use?

632


What is the purpose of 'register' keyword in c language?

625


What is substring in c?

634


Why do we need a structure?

583