Here is the code :- https://ide.codingblocks.com/s/411733, Please tell what is the error in the code. Showing some segmentation fault.
Form Biggest Number Question
Thanks for solving the query. Pease do find the errors in this way used also :- https://ide.codingblocks.com/s/411752
Hey @Sakshi2004
string ij = to_string(a[i]) + to_string(a[j]);
string ji = to_string(a[j]) + to_string(a[i]); //updated this a[j] and then a[i]
