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

What is the general form of function in c?

610


What is the most efficient way to count the number of bits which are set in an integer?

591


Explain what is gets() function?

633


Explain what is wrong with this program statement?

621


What is methods in c?

641






Write a c program to build a heap method using Pointer to function and pointer to structure ?

4179


What are bitwise shift operators in c programming?

646


can any one provide me the notes of data structure for ignou cs-62 paper

1706


write a program in c language to print your bio-data on the screen by using functions.

6250


program for reversing a selected line word by word when multiple lines are given without using strrev

1945


What is #error and use of it?

681


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2303


What does. int *x[](); means ?

636


How can I do graphics in c?

596


Are bit fields portable?

677