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
0
is this
Explanation:
question is from were
Similar questions