Examveda

What will be the output of the following C code?
char str[] =”Too Good”;
printf(“\n %7s”,str);

A. Too Good

B. Too G

C. Too Go

D. Too

Answer: Option A


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output