Home / Questions / What is embedded C?
Explanatory Question

What is embedded C?

👁 1,381 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

  • 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.