- This topic has 2 replies, 3 voices, and was last updated 8 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › C vs assembly
Which is a better language for the programmers to program.
Hi Saioa
My personal favourite is C beacuse it gives you an ease over programming. Morover C is an user friendly language, unlike assembly which require lots of instruction sets to be remembered. Further, when you write a code in C, it anyway gets converted into its assembly level because it is easy for a computer to understand such language. C gives you a more systematic approach to write a code and understant it in a better way. Lastly, it all depends upon you. I would suggest to try out both of these languages a chose any one of them accordingly.
Good Luck
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