answersLogoWhite

0

Why embedded systems in only c?

Updated: 8/17/2019
User Avatar

Wiki User

11y ago

Best Answer

Embedded systems are made only in C as it provides efficient memory management independence

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why embedded systems in only c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the classification of embedded systems?

1.small scale embedded systems 2.medium scale embedded systems 3.sophisticated embedded systems


What has the author Michael Barr written?

Michael Barr has written: 'Programming embedded systems' -- subject(s): Embedded computer systems, Programming, C (Computer program language)


Languages used to develop embedded systems?

C language is mostly used in most of the embedded systems. python is used for hardware related production and unix used to automated testing


What is best to study Embedded Systems or Mobile technologies?

embedded systems is good....but doing embedded systems is not easy..u should have good programming skills and good background in electronics....u should also have passion to do embedded systems.....


Why embedded Systems demand have increased Today?

Why embedded Systems demand have increased Today ? http://corvalent.com/02c_embedded_system...


What is Windows XP Embedded?

An embedded operating system is an operating system for embedded computer systems. These operating systems are designed to be compact, efficient, and reliable, forsaking many functions that non-embedded computer operating systems provide, and which may not be used by the specialized applications they run.


Why is C plus plus not widely chosen for embedded process application?

There is no such term as embedded process application but you probably meant embedded system software. Embedded systems can make use of general purpose compilers, assemblers and debuggers, but these are often used in conjunction with more specific high-level programming tools and modellers, many of which emit C-code or raw assembly.


List of all universities in US which give MS in Embedded systems?

list of all universities in U.S which give M.S in Embedded systems


What are the advantages of embedded systems?

Embedded systems can be run on very limited hardware and do not require a lot of extra "stuff" around. This also makes them excellent candidates as mobile systems.


When to use embedded system?

Embedded systems are used to manage a certain operation inside of a device. Embedded systems are often merely made to carry out this task repeatedly, but more advanced ones can take control of whole operating systems.


Common examples of embedded systems?

Three common examples of an embedded systems include video game consoles, digital cameras, and DVD players. Another example of an embedded system is a washing machine.


Difference between c and embded c?

In the C standard, a standalone implementation doesn't have to provide all of the library functions that a hosted implementation has to provide. The C standard doesn't care about embedded, but vendors of embedded systems usually provide standalone implementations with whatever amount of libraries they're willing to provide. and also Embedded environment, sometime, there is no MMU, less memory, less storage space. In C programming level, almost same, cross compiler do their job.