Part I. Code Tracing (Score: - / 10 PTS) Program19.c (Bitwise Operators) Program20.c (Endianness)
Part I. Code Tracing (Score: - / 10 PTS) Program19.c (Bitwise Operators) Program20.c (Endianness)
Trainee Number:
Trainee Name:
What is the output on the console when the What is the output on the console when the
main function is executed? (5 pts.) main function is executed? (5 pts.)
return usRet;
}
int main() {
func(42435);
return 0;
}
What is the output on the console when the What is the output on the console when the
main function is executed? (5 pts.) main function is executed? (5 pts.)