0 / 60 seg.

What is the output of this code?

int c=3; char d='A';
std::printf("c is %d and d is %c",c,d);