Computer Science, asked by archuanu977, 5 months ago

What will be the output of the
following code?
#include<stdio.h>
void fun(int *p, int *q)
{
p= 9;
*p = 2;
}
int main()
{
int i = 0, j = 3;
fun&i, &j):
printf("%d %d", i, j);
return 0;
→​

Answers

Answered by vishalpaswan9281
0

look like that question isn't correct please retype the question

Answered by satvikb52
1

Answer:

0 is the answers of your question

Similar questions