Which of the following would be the best function prototype for a function that subtracts the corresponding elements of two arrays:
a) void subtractArray (int a[ ], int b[ ], int c[ ])
b) void subtractArray (const int a[ ],const int b[ ], int c[ ])
c) void subtractArray (const int a[ ],const int b[ ], int c[ ], const int)
d) void subtractArray (const int a[ ], const int b[ ],const int c[ ], const int)
c) void subtractArray (const int a[ ],const int b[ ], int c[ ], const int)
Computer Science & Information Technology
You might also like to view...
If you want to force the operations on an Excel function to be performed in a different order, brackets can be used
Indicate whether the statement is true or false
Computer Science & Information Technology
A ________ error indicator will display when a cell formula breaks an Excel formula rule
A) red triangle B) blue border C) green border D) green triangle
Computer Science & Information Technology