Examveda

What will be the output of the following code?
char t=’N’;
printf(“\n %c \n %3c \n %5c”,t,t,t);

A.

        N
    N
N

B.

N
  N
    N

C.

  N
  N
  N

D.

 N  N  N

Answer: Option B


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output