Question: Consider the following definition of function func _ 2 . void func _ 2 ( int arg 1 , double arg 2 ) { /
Consider the following definition of function func
void funcint arg double arg
code would go here
Which of the following is one correct way to call this function in code?
Question Answer
a
int a ;
double b ;
funca b;
b
func;
c
funcint arg double arg;
d
int a ;
double b ;
int answer funca b;
e
int answer func;
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
