Question: which option is the correct answer for c language coding? Consider the following program: int functioni(int a, int b) Which of the following best describes
Consider the following program: int functioni(int a, int b) Which of the following best describes behaviour of this function? A. Takes two integer arguments, returns one integer back to the main program B. Takes one integer argument, returns one integer back to the main program C. Takes one integer argument, returns two integers back to the main program D. Takes two integer arguments, does not return anything back to the main program OA B OC OD
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
