How to remove repeated values in array?I spent too much time solving this problem, but I failed. Luckily, I look out a good algorithm with...
How to remove repeated values in array?[code] #include <iostream> using namespace std; //assume increasing order int main() { int n; int ...
Address of char arrayYes, I'm wrong. Great thanks for m4ster r0shi !
Address of char arrayAre you saying that &test[0] and *test are equivalent? Yes. No. &test[0] and test are equivalent....
This user does not accept Private Messages