Microcontroller › 8051 › C vs assembly › it depends upon at which
December 11, 2016 at 7:20 pm
#14265
Ashutosh Bhatt
Participant
it depends upon at which level you are programming.
for real time applications you need to program using RTOS
for normal applications C language is prefered
if there is metter of less memory space you can not use C language. you have to go for assembly language