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 is the difference between if else and switchstatement
In which header file is the null macro defined?
List some of the static data structures in C?
What is conio h in c?
how to find anagram without using string functions using only loops in c programming
How can you be sure that a program follows the ANSI C standard?
what is recursion in C
What does 4d mean in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Is fortran still used today?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is c mainly used for?
Can a pointer be volatile in c?
What is the full form of getch?
string reverse using recursion