Another Look at CONST in C
October 4, 2020
Recently, I’ve been learning embedded programming from udemy and there was a section dedicated const
.
The section was interesting because despite programming in C a lot during my duration of my undergrad, I have never taken a look at const
in much detail. I am sure there is more to const
than
what the course provides but I still learned a lot from this section itself.