Update searching_of_element_in_dynamic_array.cpp

This commit is contained in:
Faizan Ahamed
2020-04-21 21:55:39 +05:30
committed by GitHub
parent 2dd3ddded3
commit 55d220a731

View File

@@ -35,8 +35,7 @@
// this is main fuction
// ***
int main()
{
int main() {
int64_t r, mr = 0, x, q, i, z;
std::cout << "Enter Number of array you want to Store :";
std::cin >> x;