Hi,
I am just wondering how can be solved the following problem:
I have the numbers
0 0 0 0 12 0 0 234 1 7 0 0 99 0 9 0 0
Now I would like to convert this to
_ _ _ _ 12 _ _ 234 1 7 _ _ 99 _ 9 _ _
I think I should use a[0]="_"; ...etc. but if I have numbers different from 0's it is a little bit complicated...
Can anyone help me?
I am just wondering how can be solved the following problem:
I have the numbers
0 0 0 0 12 0 0 234 1 7 0 0 99 0 9 0 0
Now I would like to convert this to
_ _ _ _ 12 _ _ 234 1 7 _ _ 99 _ 9 _ _
I think I should use a[0]="_"; ...etc. but if I have numbers different from 0's it is a little bit complicated...
Can anyone help me?