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

What is strcpy() function?

650


Differentiate fundamental data types and derived data types in C.

605


What are compound statements?

622


Is c is a middle level language?

591


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

606






How to write c functions that modify head pointer of a linked list?

539


Explain what happens if you free a pointer twice?

602


Disadvantages of C language.

649


What is self-referential structure in c programming?

651


What are derived data types in c?

603


C program to find all possible outcomes of a dice?

1844


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1479


What does c mean before a date?

583


Why use int main instead of void main?

586


FILE PROGRAMMING

1773