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
What does the function toupper() do?
What is the purpose of void in c?
Should I learn data structures in c or python?
What is the size of structure pointer in c?
What are header files in c?
What is enumerated data type in c?
What are the storage classes in C?
What is the explanation for prototype function in c?
Why do we use main function?
How is a null pointer different from a dangling pointer?
Are the variables argc and argv are always local to main?
What is a shell structure examples?
What are the advantages of using macro in c language?
is it possible to create your own header files?
How can you determine the maximum value that a numeric variable can hold?