• + 0 comments

    Without writing a character of code, C program giving below error. I mean it is already having error.

    Solution.c: In function 'main': Solution.c:66:37: error: 's_count' undeclared (first use in this function); did you mean 'stdout'? char* result = stoneDivision(n, s_count, s); ^~~~~~~ stdout