Report Bug
Qus : Embedded C is?
Qusएंबेडेड C________ है?

A. A subset of traditional C
B. An extension of traditional C
C. A superset of traditional C
D. Same as traditional C


Solution
B. An extension of traditional C



Explanation

Embedded C is an extension of C language and it is used to develop micro-controller-based applications. The extensions in the Embedded C language from normal C Programming Language are the I/O Hardware Addressing, fixed-point arithmetic operations, accessing address spaces, etc.




Report Bug