User profile: contactsrijan

User info
User name:contactsrijan
Email:contactsrijan@gmail.com
Name:Srijan
Location:Bangalore
Statistical data
Birthdate:Nov 20, 1985
Gender:Male
Occupation:Engineer
Skills:C
C++
History
Joined:
Number of posts:6
Latest posts:

Without Pointers c++ query
[code]//print repeated elements from an array #include<iostream> using namespace std; int main(...

query
Yes, got it. thanks man.. the output repeats itself for every element that repeats itself as many t...

query
the output repeats itself for every element that repeats itself as many times it in the array

query
It works fine but as you will see in the output that the digits which are repeated appear according ...

query
thanks got the error, have to get value of 'n' before I declare the array. As 'n' initially has some...