Computer Science, asked by tasneemgohar26, 1 month ago

What will be the output of following program ? #include intmain() { inti; intvalue[5] = { 5 ,2 }; for (i = 0;i<5;i++) printf("%d ", value[i]); return 0; }

Option 1:
5200

Option 2:
52000

Option 3:
520000

Option 4:
52 followed 4 garbage value​

Answers

Answered by nituthombare101
1

Answer:

Option 4

Explanation:

It can be incorrect also

Similar questions