Name:
Anonymous
2010-07-16 11:20
a = hello (&world);
Or
a = hello(&world);
Name:
Anonymous
2010-07-16 12:21
a = hello (&world);
Or
a = hello(&world);
No difference. They'll both do the same thing.
As for style, the only true requirements is that the code is readable and the style remains consistent.
(If the multiline quote above fails, then once again I've failed to figure out how it works.)