linked linked linkedin whatsapp remove
Feedback

System Programming Quiz System Programming

Wha does the following line do? unsigned transOK : 1;

Declares an unsigned integer and sets it to 1
Conducts a bitwise operation on transOK and 1
Identifies a bit in a byte to use as a flag
It sets the transOK flag to 1

Answer:
Identifies a bit in a byte to use as a flag

Note: This Question is unanswered, help us to find answer for this one