+ 1
Can you explain, where is the problem of this code?
5 Antworten
+ 1
line no 39
it should be
i = i - 1
not i = i + 1
this was creating infinite loop
+ 1
Still consol warning like that,
warning: incompatible implicit declaration of built in function 'strlen' [ enabled by default ]
+ 1
you need to add
#include<string.h>
in the beginning for using strlen() function
0
you are absolutely right...@Mr.Sreejith...
0
thanks
if you have any doubt ask here