+ 1
Why am I getting a runtime error on codechef, but not on sololearn?
The program is about merging 2 arrays in C. If some changes are to be made to the code, then please suggest. https://code.sololearn.com/cXr5D2rDqL5m/#c
3 Answers
+ 1
No, I got my mistake, it was due to void main.
If we use int main, then it gets successfully compiled. I'm just wondering what would be the reason behind this...
0
Codechef is online judge, online judge never ask for printing text like âinput size arrayâ, instead just scanf instantly.
this might be the cause
0
Of course, compiler.