ok here is the problem:
you read 3 integer numbers: x,n,p. The program have to ask you to display:
-the number formed of the n bytes from the position p
-number formed by setting n bytes strting with position p
-number formed by erasing n bytes starting with position p
-number formed by reversing n bytes starting with position p.
I don't even understand the problem. Somebody could help me please? I've worked in C but not this chapter related to bytes.
Thank You
you read 3 integer numbers: x,n,p. The program have to ask you to display:
-the number formed of the n bytes from the position p
-number formed by setting n bytes strting with position p
-number formed by erasing n bytes starting with position p
-number formed by reversing n bytes starting with position p.
I don't even understand the problem. Somebody could help me please? I've worked in C but not this chapter related to bytes.
Thank You