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
0
Step-by-step explanation:
Similar questions
Math,
1 month ago
Science,
1 month ago
Science,
2 months ago
Social Sciences,
2 months ago
Physics,
9 months ago
Computer Science,
9 months ago