Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.71K
1 Posted Topic
Re: cin.getline
[QUOTE=Fili]It should be answer (b) Here's an example: [code] #include <iostream.h> main() { char s[100]; cin.getline(s,100); cout<<s; } [/code] So, cin.getline(char_array,max_lenght_of_array); :lol:[/QUOTE] Thanks. You have solved my problem
The End.
azeembutt