Back To C++ Single Dimensional Arrays Index
//program to input a sentence (char array) and remove multiple spaces with a single space #include
#include
#include
int main() { char a[50]="hello how do u do"; char b[50]; int l,i=0,j=0; l=strlen(a); while(i