You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cin.getline(sentence, 1000, '.'); // here in the cin.getline() it takes 3 argument first one is the array name, second one is the length and in case of third one if we dont put any thing it is taking \n as bu default bt we can change it by any condition where we need to stop taking the inputs and immediately show the output