Question: Consider that I have written a function declared as: void ASillyFunction ( char * aString, int anInteger, int anotherInteger ) ; The operation of this
Consider that I have written a function declared as:
void ASillyFunctionchar aString, int anInteger, int anotherInteger;
The operation of this function is irrelevant. If there are three variables declared as:
char Greeting "Hello!";
int alice ;
int @;
Write the single line of code that invokes my silly function with these variables.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
