1.

Determine the output of the following.#includeint main(){int a[6]={1,2,3,4,5,6};switch(sizeof(a)){case1:case2:case3:case4:case5:printf(“hello”);break;}printf(“HI”);return 0;}

A. Hello
B. HI
C. helloHI
D. helloHI
Answer» C. helloHI


Discussion

No Comment Found