class Solution { public: void replaceSpace(char *str,int length) { if(str == nullptr) { return ; } int i = 0; int kg = 0; while(str[i] != '