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
Explain what is a program flowchart and explain how does it help in writing a program?
How is a pointer variable declared?
How many bytes is a struct in c?
What are pointers?
What is void pointers in c?
Tell me what is null pointer in c?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is the difference between far and near ?
What is character set?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is time null in c?
What will be your course of action for a push operation?
What are pointers? What are stacks and queues?
What is ponter?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles