Cin.get and Cin.getline()

I am not able to understand why cin.get() is used after cin in the program .

hi @vaibhave31,
cin.get() is used to consume the enter which user presses after giving input of n, else it will be read as the next input given

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.

@vaibhave31 doubt clear?