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

Can the size of an array be declared at runtime?

602


What are the disadvantages of c language?

614


Why use int main instead of void main?

590


How can you draw circles in C?

621


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1623






c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

608


Explain pointers in c programming?

630


Describe the modifier in c?

597


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

933


What are the features of c languages?

624


Differentiate between Macro and ordinary definition.

723


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

1515


Difference between pass by reference and pass by value?

655


What is assert and when would I use it?

573


Why main function is special give two reasons?

940