Math, asked by nikhilcherukuru45, 2 months ago

What will be the output of the program?
#include < studio.h>
int main()
{
viod funint, int();
int arrl] = {1, 2, 3, 4);
int i;
fun (4, art),
for (i=0; i<4; i++)
printf("%d", arr[i]);
return 0;
}
void fun(int n, int arri)
{
int *p=0;
int i=0;
while(i++ <n)
p = &arr;
*p=0;
}​

Answers

Answered by unknownto16
0

Step-by-step explanation:

Similar questions