Computer Science, asked by anitapuribeed, 9 months ago

6. What would be the output of the
following program
main()
int i = 4, j = 2;
junk ( &i, j);
printf ("\n%d %d", i, j);
}
junk (int *i, int ;)
{
*j = *j**;
j=j*j;​

Answers

Answered by kamranmohd227
0

is this

Explanation:

question is from were

Similar questions