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 int main () mean?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
How to establish connection with oracle database software from c language?
Is main an identifier in c?
What is data structure in c programming?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What are qualifiers?
Why do we write return 0 in c?
What is variable initialization and why is it important?
Can we assign integer value to char in c?
How do you sort filenames in a directory?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What are the two forms of #include directive?
Explain what is the advantage of a random access file?
Explain the use of function toupper() with and example code?