Question: Consider the following struct definition and createAccount function. struct CDAccount { double initialBalance: double interestRate: int term: //months until maturity }: void createAccount(CDAccount& newAccount) {

 Consider the following struct definition and createAccount function. struct CDAccount {

Consider the following struct definition and createAccount function. struct CDAccount { double initialBalance: double interestRate: int term: //months until maturity }: void createAccount(CDAccount& newAccount) { cout > newAccount.balance: cout > newAccount.interestRate: cout > newAccount.term: a) What does the "&" character in the function parameter mean? b) Re-write the function create Account so that it will return newAccount instead

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!