Update searching_of_element_in_dynamic_array.cpp

This commit is contained in:
Faizan Ahamed 2020-04-21 22:12:58 +05:30 committed by GitHub
parent d2164cbe43
commit 6d1b9da209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,8 +61,7 @@ int main() {
// entering the value of rows in array in Horizontal
std::cin >> ac[i];
}
// Change the position of Array so that new arrays entery will be done
// Change the position of Array so that new arrays entery will be done
ar[r] = ac;
}
// this for loop is use for display result of querry