30/09/2018, 16:18

Poll: Kiểm tra kiến thức C - 4.08

Let’s have a discussion about this problem and get the answer here http://www.indiabix.com/online-test/c-programming-test/14

  1. What will be the output of the following program in 16 bit platform assuming that 1022 is memory address of the string
    “Hello1” (in Turbo C under DOS) ?
#include<stdio.h>

int main()
{
    printf("%u %s
", &"Hello1", &"Hello2");
    return 0;
}
  • A. 1022 Hello2
  • B. Hello1 1022
  • C. Hello1 Hello2
  • D. 1022 1022
  • E. Error
Nguyễn Minh Dũng viết 18:28 ngày 30/09/2018

Lắm cao thủ thế, để đấy chờ các con mồi vào sau trả lời vậy.

Bài liên quan
0