Answers for "using isdigit c"

C
0

use isdigit in if statment c

if (isdigit(s = getchar()))
{
  stack[i] = s;
  i++;
}
Posted by: Guest on November-17-2021

Code answers related to "C"

Browse Popular Code Answers by Language