int j=0; for(j=0;j<sizeof(TCC4_OUTPUT_MSG);j++) { printf("%d:%02X ",j,((char *)(&Struct_Name)[j]); } printf("\n");