Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
0 Endorsements
Ranked #107.65K
~19.5K People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for John A

The basic difference between character and string can be demonstrated as we use "cin" in case of character and "getline" of "cin.get" in case of strings.The reason of using getline is that we want to input characters from the user that may include spaces,i.e.,"Hello World". "cin" cannot take such input.

Member Avatar for Khawaja Ghulam
11
7K

The End.