6
Answers

help me in exercise

good all
Someone help me with this exercise, in C:

Implement a program that runs as a list number n n places to the left (if n <0) or right (if n> 0).
Input data:

JM
OP
TR
HJ
LF
BG 
-2 
Output:TR HJ LF BG JM OP
Answers (6)