Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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. ...
Niklas Rosencrantz's user avatar
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: ...
user138645's user avatar