saving . . . saved Usage of 'getline' has been deleted. Usage of 'getline' has been hidden .
Usage of 'getline'
Title
Question
What is the syntax and how to use the keyword 'getline'. Please explain elaborately (this single-use is confusing). I couldn't find a proper explanation on the internet.

Links to a good explanation are also appreciated.

C-and-Cpp Strings 08-09 min 20-30 sec 23-10-20, 1:42 p.m. bsscharan

Answers:

The getline command reads the space character of the code you input by naming the variable and the size of the variable in the command. Use it when you intend to take input

strings with spaces between them or process multiple strings at once
31-10-20, 1:52 p.m. Anoopalfukri


Log-in to answer to this question.