hi all! i m trying to input an array of strings same as we input array of integers. by declaring a 2 dimensianal array runnig 2 for loops like
for(i=0;i<m;i++)
for(j=0;j<n;j++)
cin>>arr[i,j]
plz help me i m in great confusion because by doing in this way, i m not getting the actual no of strings