Without Pointers c++ query[code]//print repeated elements from an array #include<iostream> using namespace std; int main(...
queryYes, got it. thanks man.. the output repeats itself for every element that repeats itself as many t...
querythe output repeats itself for every element that repeats itself as many times it in the array
queryIt works fine but as you will see in the output that the digits which are repeated appear according ...
querythanks got the error, have to get value of 'n' before I declare the array. As 'n' initially has some...