Operation on Arrays
In this article and upcoming articles, we are going to discuss operation on an array.
Searching
First, in this article let's discuss searching an element in an unsorted array.
Here we have an array. Input as follows See below code
// Input
arr[] = {...
adityakmr.hashnode.dev2 min read