Code not running

error in compiling code

hi @premang in line 12 it should be arr[j]!='\0' you are checking against arr[i] right now hence going in an infinite loop. here is the updated code https://ide.codingblocks.com/s/249720

1 Like

ok thank youuuuuuuuuuuuuuu

1 Like