592 views

1 Answer

2 votes
2 votes

 

At the last x = 512 + 244 = 756

here 512 is upper nibble and 244 is lower nibble value

Value change when we use a big-endian processor in place of a little-endian. 

Related questions

0 votes
0 votes
1 answer
1
its_vaibhav asked Jan 13, 2022
280 views
What is the output of the following c-code ? A.It prints the APPLIED B.It prints the DEILPPA C.It prints nothing D.None of the above
2 votes
2 votes
2 answers
3
LRU asked Oct 10, 2021
680 views
Given 5 processes and R copies of total resources in a system, each process requires 7 copies of resources to complete its execution. The maximum value of R to have deadl...