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
1
Answer:
Option 4
Explanation:
It can be incorrect also
Similar questions
English,
26 days ago
Chemistry,
1 month ago
Social Sciences,
1 month ago
Business Studies,
9 months ago