my code is giving runtime error when i am merging two sorted arrays
Merge runtime error
hey @roushanraj395 in the merge function instead of else if(b == NULL) you have written else if(b = NULL).
not arrays its linklist
my code is giving runtime error when i am merging two sorted arrays
hey @roushanraj395 in the merge function instead of else if(b == NULL) you have written else if(b = NULL).
not arrays its linklist