I have an idea for reverse string programme, but i don't know how to code it, i hope someone can help teach me and code it. So this is my concept :
declare two array(x[] , y[]) first array contain a string. let the string length is 4(included null), so x[4]. And now is the code for reverse the string, x[4] = y[1] , x[3] = y[2] , x[2] = y [3], x[1] = y[4].
Forgive me if i did lots of grammar mistakes. Thanks!