Which of the following is a correct way to define the function fun() in the program below?
#include
using namespace std;
int main()
{
int a[2][2];
fun(a);
return 0;
}
Limited Time Offer
25%
Off
Currently there are no comments in this discussion, be the first to comment!
Currently there are no comments in this discussion, be the first to comment!