int p,q,r;
Now consider another declaration:
int account_number; int balance_owed; int account_number; /* Index for account table */ int balance_owed; /* Total owed us (in pennies)*/