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
0
look like that question isn't correct please retype the question
Answered by
1
Answer:
0 is the answers of your question
Similar questions
Science,
2 months ago
Music,
2 months ago
Math,
5 months ago
Science,
5 months ago
India Languages,
11 months ago
India Languages,
11 months ago
India Languages,
11 months ago