InterviewSolution
Saved Bookmarks
| 1. |
What is Embedded C Programming? How is Embedded C different from C language? |
||||||||
|
Answer» Embedded C is a programming LANGUAGE that is an extension of C programming. It uses the same syntax as C and it is called “embedded” because it is USED widely in embedded systems. Embedded C supports I/O hardware operations and addressing, fixed-point arithmetic operations, memory/address space access, and various other features that are REQUIRED to develop fool-proof embedded systems. Following are the differences between traditional C language and Embedded C:
|
|||||||||