18 Reputation Points
Ranked #1K
- Strength to Increase Rep
- +3
- Strength to Decrease Rep
- -0
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.48K
Re: [QUOTE=Abhishek_jn;851889]Hi All, i want to know what is the use of const volatile variable, where exactly it is required to use.[/QUOTE] Let's take an example const volatile usigned int *REG_A = (usigned int *) init_hardware_n_return_address of REG_A(); In the above snippet function "init_hardware_n_return_address of REG_A()" modifies the content of the … |