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
Explain what are compound statements?
Is main a keyword in c?
When c language was developed?
What are header files? What are their uses?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Is the exit() function same as the return statement? Explain.
What do you mean by invalid pointer arithmetic?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is the use of f in c?
Explain how can I remove the trailing spaces from a string?
How many keywords (reserve words) are in c?
How can you be sure that a program follows the ANSI C standard?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(