Question:Given the following array:
int a[8] = {1,2,3,4,5,6,7,0};
what would be the output of printf("%d",a[4]); ? 

A 3 

B 4 

C 5 

D 6 

E 7 

+ Answer
+ Report
Total Preview: 535

Copyright © 2024. Powered by Intellect Software Ltd