Answer:
hello 안녕하세요
Explanation:
mate I tried to write here but it says it's too much writing that why I attached a pic
BTW did u like that☺☺
1. spreadsheet
2. Computers will continue to become smaller in size and become faster
Answer:
b)void aNonclassFunction (Banana co);
Explanation:
In the function definition you have to pass the tell the function which type of argument it is taking.In our case we are taking a variable co of Banana type passing it to the function named aNonclassFunction having no return type.
So the definition will be like this.
void aNonclassFunction (Banana co);