400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án (Phần 5)

What will be output of following program? int a = 10;

37/50

What will be output of following program?Media VietJack

int a = 10;

void *p = &a;

int *ptr = p;

printf("%u\n", *ptr);

Giải thích

Chọn C