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 does dm mean sexually?

1043


What is the basic structure of c?

778


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

913


What is use of pointer?

780


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2475


swap 2 numbers without using third variable?

867


What is linear search?

912


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

1014


What is define directive?

862


in iso what are the common technological language?

1861


Explain the use of #pragma exit?

912


What are global variables and explain how do you declare them?

793


If you know then define #pragma?

873


Can the sizeof operator be used to tell the size of an array passed to a function?

842


Explain the use of fflush() function?

852