11-11-2009, 05:15 AM
//Example 1:
struct xyz {
unsigned char bit:1;
}abc={0} ; // Is this assignment to bit-field is compliant to MISRA rule10.1 and Why?
struct xyz {
unsigned char bit:1;
}abc={0} ; // Is this assignment to bit-field is compliant to MISRA rule10.1 and Why?
<r><COLOR color="#FF40FF"><s></s>Pundlik Oulkar<e></e></COLOR></r>