Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.58K
1 Posted Topic
Re: Just adding on what gkishore said... Declaring a variable as const indicates the compiler that the variable will never be changed(either by the program/external entity like a peripheral device. Declaring a variable as volatile indicates the compiler that the variable might be changed dynamically (by an external entity or by … |
The End.