Https://ide.codingblocks.com/s/253980

how to use cin.getline(). my code is not working

take a look at

documentation

istream& getline (char* s, streamsize n );
istream& getline (char* s, streamsize n, char delim );
cin.getline is used for string or character array only

@satyamsingla,
Your updated code

i hope this help

if you have more doubts regarding this feel free to ask
if your doubt is resolved mark it as resolved from your doubt section inside your course

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.