Update searching_of_element_in_dynamic_Array.cpp

This commit is contained in:
faizan Ahamed 2020-04-21 01:09:01 +05:30 committed by GitHub
parent 9a5ed29dad
commit db53fd1cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,8 +37,8 @@ int64_t r, mr = 0, x, q, i, z;
std::cout << "Enter Number of array you want to Store :";
std::cin >> x;
std::cout << "Enter Number of ";
std::cout<<"Question or Quary you ";
std::cout<<"want to do Related to Array :";
std::cout << "Question or Quary you ";
std::cout << "want to do Related to Array :";
std::cin >> q;
// create a Array in run time because use can
// change the size of each array which he/she is going to store