Programming-for-Output-Problems
October 6, 2023Programming-for-Output-Problems
October 6, 2023Programming-for-Output-Problems
|
Question 33
|
Consider the following program
Assuming required header files are included and if the machine in which this program is executed is little-endian, then the output will be
|
0
|
|
|
99999999
|
|
|
1
|
|
|
unpredictable
|
Question 33 Explanation:

Correct Answer: D
Question 33 Explanation:

