Question: Consider the following line of code for calling a function named my _ fun: my _ fun ( dataset , vardata ) ; Which one
Consider the following line of code for calling a function named myfun:
myfundataset vardata;
Which one of the following function headers is valid for myfun, where dataset is an integer array and vardata is an integer variable?
Question options:
void myfundataset vardata
void myfunint dataset int vardata
void myfunint vtdata vdata
void myfunint vdata, int vtdata
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
