What is the main differences between C and Embedded C?
Answer Posted / meena
Embedded c is the combination of Normal c we are using and Assembly lanquage.In embedded c we can get some library file as header file(e.g reg51.h, which will include all the port and register declaration with some more features)
By simply adding this file we are able to work with any port or any register of 8051 MCU.
| Is This Answer Correct ? | 21 Yes | 19 No |
Post New Answer View All Answers
How can I avoid the abort, retry, fail messages?
What does 3 mean in texting?
What are bitwise shift operators in c programming?
Is there a way to switch on strings?
What are identifiers c?
Differentiate between #include<...> and #include '...'
What is the difference between array_name and &array_name?
Can a file other than a .h file be included with #include?
What is #include stdio h?
what will be maximum number of comparisons when number of elements are given?
How many bytes is a struct in c?
What is && in c programming?
Write a program of prime number using recursion.
List the difference between a 'copy constructor' and a 'assignment operator' in C?
How can you determine the size of an allocated portion of memory?