need help in c++

Banned
24Mar2010,13:15   #1
arunlalds's Avatar
develop a c++ program to read an array of 20 elements and then send all -ve elements of the array to the end without alerting the original sequence using function.without using an other array
Pro contributor
24Mar2010,23:40   #2
virxen's Avatar
in which part do you want help?
where is your code so far?
Skilled contributor
26Mar2010,00:02   #3
techgeek.in's Avatar
Quote:
Originally Posted by arunlalds View Post
develop a c++ program to read an array of 20 elements and then send all -ve elements of the array to the end without alerting the original sequence using function.without using an other array
can u gimme an example so that i can attempt building the correct logic of the code...??