i want to ask the why we learn c programming ….

1 answer

The advantage to knowing C is that you have a very good idea of how a computer works. Not just how your programming model works, but how memory’s laid out, and suchlike.
The only level below C is the assembly spoken by a particular CPU.
(I’d add that knowing C also lets you appreciate how much less work you have to do in a higher level language. And hopefully an appreciation of the cost involved in working in that higher level language.)

#1

Please login or Register to Submit Answer