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
what do you mean by inline function in C?
What is signed and unsigned?
What are the types of data structures in c?
Which node is more powerful and can handle local information processing or graphics processing?
If I have a char * variable pointing to the name of a function ..
Why should I use standard library functions instead of writing my own?
What is s in c?
What is the value of c?
Write a program of advanced Fibonacci series.
What is c language in simple words?
What is nested structure in c?
What are reserved words?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is the use of a semicolon (;) at the end of every program statement?
What are the different file extensions involved when programming in C?