C Programming MCQ

1:

Consider the following program fragment.
static char wer[3][4] = {"bag", "let", "bud"};
char(*ptr)[4] = wer;

The putchar (* (wer [1] + 1)) ;

A.

prints e

B.

prints a

C.

prints 1

D.

prints b

 

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.