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