1.

Determine Output:void main(){int c[] = {2.8,3.4,4,6.7,5};int j, *p=c, *q=c;for(j=0;j

A. 3 4 6 5 2 3 4 6 5
B. .8 3.4 4 6.7 5 2.8 3.4 4 6.7
C. .8 2.8 2.8 2.8 2.8 2.8 3.4 4
D. 2 2 2 2 2 3 4 6 5
Answer» E.


Discussion

No Comment Found