Input buffer concept

sir by using cin.get() we ignored the first \n but what about the \n after entering the first string why cin.getline doesnt consider it as a string

hello @abhinavgoyal912
this issue happens only when taking number as input.
because \n is character program dont read it while taking number as input.
and therefore \n always remains in buffer after taking number as input.

1 Like

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.