✏️ Explanatory Question
What is embedded C?
- Embedded C is the extension of C programming language.
- Embedded C is used to develop micro controller based applications.
- Embedded C includes features not available in normal C like fixed-point arithmetic, named address spaces, and basic I/O hardware addressing.
- Cell phones, MP3 players are some example for embedded systems in which embedded C is used to program and control these devices.