Math, asked by anna6915, 1 year ago

// find cordinates of next character int nextx = (str[i] - 'a') / 5; int nexty = (str[i] - 'a') % 5;

Answers

Answered by AsifAhamed4
0
The question couldn't be understood!
Similar questions