hi,
Please help me out with this error.
source.cpp: In function ‘bool myf(int*, int, int, int)’:
source.cpp:17:1: warning: control reaches end of non-void function [-Wreturn-type]
17 | }
| ^
The error is coming in recursive function
hi,
Please help me out with this error.
source.cpp: In function ‘bool myf(int*, int, int, int)’:
source.cpp:17:1: warning: control reaches end of non-void function [-Wreturn-type]
17 | }
| ^
The error is coming in recursive function
this is the function