C Programming MCQ

1:

A possible output of the following program fragment 

  static char wer [ ] [5] = { "harmot", "merli", "axari" };
  printf({"%d%d%d", wer, wer[0], &wer[0][0]);


is

A.

262164 262164 262164

B.

262164 262165 262166

C.

262164 262165 262165

D.

262164 262164 262165

 

Answer : A

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.