Google News
logo
Embedded C - Interview Questions
What are the main disadvantages of Embedded C?
Disadvantages of Embedded C :
 
* Embedded C performs only one task at a time, so it is not preferred when we have to perform multiple tasks simultaneously.
* Embedded C only supports the hardware system. So, if you have to change the program, then you must have to change the hardware.
* Embedded C also has some scalability issues, so; it cannot be easily scaled up as scope change or demand.
* It has some limitations, such as limited memory or computer compatibility.
Advertisement