Cin.get(); input char

I just want to know that it can be used everywhere or only int character program or for integer program or some other also or only for char problems please explain me fast

cin.get() is used for taking input of character arrays with whitespaces.

its only for character type program or for all its mainly for char problems

what is whitespaces in c++ please explain me that also

whitespace means spaces, cin stops taking input when it sees a space but cin.get() takes input till end of line

please tell me its only for the char program or for al types of program

I already mentioned above its for taking input of character arrays

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.