User profile: rdx

User info
User name:rdx
Email:durgakne@gmail.com
Name:rdx
Location:patna
Bio:m cool,sexy and patient...n more coming soon!
Statistical data
Birthdate:Feb 23, 1992
Gender:Male
Occupation:Student
Skills:C
C++
Java
History
Joined:
Number of posts:4
Latest posts:

array of string problem
actually.... i have wrongly written string array[5][5].....it should be : string arr[5].....now plz...

problem in use of array of strings...
#include<iostream> #include<string> using namespace std; int main(){ string array[5]; int i=0...

array of string input problem
#include<iostream> #include<string> using namespace std; int main(){ string array[5]; int i=0...

array of string problem
#include<iostream> #include<string> #include<conio.h> using namespace std; int main(){ string ...