Forum: C++ Dec 2nd, 2008 |
| Replies: 5 Views: 306 I want to write a program which take input and save the poistions of the array elements in another array.
let if i enter an array
A[0]= 4
A[1]=1
A[2]=2
A[3]=3
now the output array will hold... |
Forum: C++ Dec 2nd, 2008 |
| Replies: 4 Views: 338 I want to writer a program in which i input an array?
let the array i entered is :
4
1
2
3
The prigram can take values and find the positions of the character in the array such that the... |
Forum: C++ Nov 20th, 2007 |
| Replies: 1 Views: 574 hello guys:
i awais ahmad has a simple problem with the two dimensional array.
that is how to get two values in one column of the array |