Back To C++ Double Dimensional Arrays Index
//program to input a sentence and convert it to words #include
#include
#include
void main() { char str[100]="this is a cpp program"; char words[10][10]; int index=0; int l,i,j; l=strlen(str); i=0; j=0; int k=0; while(i