hi how are you i study only on the cin.get()
it is used in char or char array to get values
the advantages is that it get or read the spaces but in only simple cin we can 
not get the spaces 
syntax of cin.get()
char value;
cin.get(value);
and for character array
char value[9];
cin.get(value,9);


      

[Non-text portions of this message have been removed]

Reply via email to