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
What is modeling?
Explain the use of bit fieild.
Write a code to generate divisors of an integer?
What is boolean in c?
What functions are used in dynamic memory allocation in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is c language and why we use it?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
How is pointer initialized in c?
Is struct oop?
Can we declare variable anywhere in c?
Differentiate Source Codes from Object Codes
Where are local variables stored in c?
Can variables be declared anywhere in c?
What is difference between main and void main?