Computer Science, asked by monster111verma, 9 months ago

What is the output of C-program
main( )
(
int a()
a [4] = (1,2,3,4);
printf ("%d", a(0))
)​

Answers

Answered by Anonymous
0

Answer:

1 will be the output

Explanation:

MARK AS BRAINLIEST!!

Similar questions