Volatile (keyword): Difference between revisions

m
[unchecked revision][unchecked revision]
Line 22:
the data it points to are always performed */
volatile int * volatile ptr;
int volatile * volatile ptr;
 
== Examples ==
Anonymous user