Last Updated : 20 Feb, 2019

What will be the output of the following code?

#include

void fun(int *arr, unsigned int n)
{
int i;

for (i=0; i

(A) 1 2 3 4 5 6 7 8
(B) 1 2 3 4 5
(C) Error
(D) None of these


Answer: (B)

Explanation:

Quiz of this Question


Share your thoughts in the comments