Posts
 
Reputation
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
~430 People Reached
Favorite Forums
Favorite Tags
c x 1

1 Posted Topic

Member Avatar for Abhishek_jn

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 …

Member Avatar for nbaztec
0
430

The End.