Consider Following Progranm Inc Lude Iostream Using Namespace Std Void Foo Int Int Int Voi Q37137236

C++ question will upvote

Consider the following progranm #inc lude«iostream» using namespace std; void foo(int , int, int&) void boo(int[, int[l, int)

Choice 1: x only Choice 2: dataArray only Choice 3: SIZE only Choice 4:x and dataArray Choice 5: None of the above Answer 1:

Consider the following progranm #inc lude«iostream» using namespace std; void foo(int , int, int&) void boo(int[, int[l, int); int main() const int SIZE 5; int dataArray ISIZE]-1, 2, 6, 3, 10 int x = 0; int resultArray [SIZE] foo (dataArray, SIZE, x); 111 cout<<<x; //-2 boo (dataArray,resultArray,SIZE); I/3 return

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.