please check my code as i am not getting the correct output
Two sum pair ques
@aditi2512201012019
hello aditi,
you should initialise j as j=n-1
in ur present code j=size(a)/size(int)-1 will always intialise j with 999
please check my code as i am not getting the correct output
@aditi2512201012019
hello aditi,
you should initialise j as j=n-1
in ur present code j=size(a)/size(int)-1 will always intialise j with 999