All Questions
2 questions
2
votes
1
answer
2k
views
Test code for custom malloc
I've been working on a custom malloc where the test code is the following.
...
4
votes
2
answers
364
views
Storing three integer values
Consider an 8-bit complier, in which we have an integer of size, say
2-words i.e. 16-bits or 2 bytes. You need to store three integer
values which are supposed to be as:
...