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 ASillyFunction(char * aString, int anInteger, int anotherInteger);
The operation of this function is irrelevant. If there are three variables declared as:
char Greeting[6]= "Hello!";
int alice =42;
int b@b=99;
Write the single line of code that invokes my silly function with these variables.
 Consider that I have written a function declared as: void ASillyFunction(char

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!