What is the main differences between C and Embedded C?

Answer Posted / dev

C is a widely used general purpose high level programming language mainly intended for system programming.

Embedded C is an extension to C programming language that provides support for developing efficient programs for embedded devices.It is not a part of the C language

C Usually for desktop programming.

embedded C Used for embedded programming.

Can refer below article
http://wikiuncle.com/index.php?title=C_vs_Embedded_C

Is This Answer Correct ?    26 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the order of precedence with regards to operators in C.

631


What is the correct declaration of main?

675


Explain do array subscripts always start with zero?

753


What is a ternary operator in c?

646


Compare and contrast compilers from interpreters.

679






Which is better pointer or array?

594


Why doesnt the call scanf work?

665


Why is c so popular?

644


List a few unconditional control statement in c.

555


How do you write a program which produces its own source code as output?

603


Who invented bcpl language?

699


Why can’t we compare structures?

806


Explain what are header files and explain what are its uses in c programming?

623


Is there anything like an ifdef for typedefs?

696


What are the different categories of functions in c?

639