Hi, suppose i make a struct, where do i place volatile ? volatile struct{volatile short s;volatile union{ volatile char c1; };}; To be safe i placed volatile everywhere.How does it works ?thanks..
↧