Saturday, 10 November 2012

What is the use of having the const qualifier? | Embedded Systems

The const qualifier identifies a specific parameter or variable as read-only attribute to the function or to the entire program. This can come in handy when we are dealing with static data inside function and in a program.

No comments: