it is working right on dev c++ but not showing any output here for some cases(eg 542)
Smart Keypad Advanced
if(in[i]==’\0’)
{
out[j]=’\0’;
/// this thing you have to include
ss(out);
return;
}
it is working right on dev c++ but not showing any output here for some cases(eg 542)
if(in[i]==’\0’)
{
out[j]=’\0’;
/// this thing you have to include
ss(out);
return;
}