why in this string we use getline(cin,s[I]);
and one more thing why we compare only two strings length though we take input as three
why in this string we use getline(cin,s[I]);
and one more thing why we compare only two strings length though we take input as three
hello @TheSourabh
a)
we use getline to read a complete line.
b)
in comparsion function we only need to write logic for comparision of two data. rest evrything is automatically handled by our sort function
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.