0_0_33124532_10169.cpp:50:78: error: parameter 'array' includes reference to array of unknown bound 'const int []'
void printArrayWithSpace(const int (&array)[],const int start, const int &end){
^
0_0_33124532_10169.cpp:57:81: error: parameter 'array' includes reference to array of unknown bound 'const int []'
void printArrayWithoutSpace(const int (&array)[],const int start, const int &end){
^
|