
Patrick B. answered 09/30/20
Tutor
4.7
(31)
Math and computer tutor/teacher
N-squared
N^2
Prachi K.
asked 09/30/20void fun(int n)
{
int temp[n][n];
for(int i=0;i<n;i++)
for(int j=0;j<n;j++)
temp[i][j]=i+j;
}
Patrick B. answered 09/30/20
Math and computer tutor/teacher
N-squared
N^2
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.