Computer Science, asked by dradhikaharini1983, 7 months ago

What is the output of C program?int main(){int a[] = {0,1,4,6,8,9};int b[4] = {5,6,7,8,5,2};printf(“%d,%d”,a[4],b[0]);}​

Answers

Answered by subzerogrand301
2

Answer:

8,5

Explanation:

|||||||||||||||aaaaaaaaaaaaAsasas

Similar questions