Next: Array indices Up: Common Mistakes in C Previous: Passing pointer address

Missing () of a function

When coming from another language it is common to forget to put () at the end of a function EVEN if there are no parameters passed to the function.


drago@scri.fsu.edu
Jan. 1997