mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 23:15:52 +08:00
Update searching_of_element_in_dynamic_array.cpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user