} int main(void) { // your code goes here char str[] = "hello"; rev(str); printf("%s", str); return 0; }Success #stdin #stdout 0s 5576KB comments ( ) stdin Standard input is emptystdout olleh https://ideone.com/GfUgfg language: C (gcc 8.3) created: 3 years ago ...