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


Please Help Members By Posting Answers For Below Questions

Is calloc better than malloc?

573


Is null always equal to 0(zero)?

581


What is getch c?

850


The difference between printf and fprintf is ?

719


What is difference between stdio h and conio h?

884






What is the difference between union and structure in c?

573


Explain what is gets() function?

628


Is there any possibility to create customized header file with c programming language?

622


what is the format specifier for printing a pointer value?

609


What is meant by type casting?

626


What is pointers in c with example?

581


What is structure in c definition?

572


Which driver is a pure java driver

990


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2248


Can you apply link and association interchangeably?

673