answersLogoWhite

0

Embedded c deals with MicroControllers,IO Ports( Ram, Rom). where as C deals with only memory, operatingSystems. C is a desktop programming language. for embedded a piece of software code is implemented into the hardware for its functioning which should supports pre-emption, low latency etc.

What else can I help you with?

Related Questions

What are the Advantages of c over c plus plus?

There are no advantages of C over C++ as such. Everything you can do in C you can also do in C++. However, by taking advantage of C++ object oriented programming, generic programming and template meta programming as well as C-style coding, you can produce more efficient machine code far more easily and more quickly than with C alone.


What are the advantages of PHP over C?

PHP was built for the web from the beginning, so it has a variety of built-in features helpful to web development that C does not (for example, built-in database support).


What are the advantages c sharp?

it can fly


Advantages of C over C plus plus and java?

C can be faster than C++ programs, and definitely faster than Java, since Java is primarily interpreted. C is also somewhat less rigid in definitions as well, not as tightly structured as either C++ or Java can be.


What are the advantages of matlab over c languages?

Ease of UsePlatform IndependencePredefined FunctionsDevice-Independent PlottingGraphical User Interface (GUI)MATLAB Compiler


Main advantage of 'c' against 'c plus plus ' langugae?

C does not have any major advantages over C++ because any C program can be compiled under C++ with relatively minor modification. However, the C compiler works a bit quicker than that of C++ since there is no need to cater for object-oriented programming in C.


What are advantages of hartnell over porter governor?

advantages of hartnell governor over porter governor


What advantages do corporations have over small businesses?

List two advantages that corporation have over a small business


What is the Advantages and disadvantages of server side includes?

c


Advantages of c language in cryptography?

You can use OpenSSL.


Advantages of manipulator in c plus plus?

theriyadhu


Advantages of C plus plus over c?

Everything you can do in C you can do in C++, with relatively minor variations in syntax. You can also incorporate C-style code directly. However, the main advantage is that C++ incorporates object-oriented programming, which allows highly complex data structures to be constructed far more easily than with C alone.