annotation
  1. Content for list item
    1
  2. Content for list item

Câu hỏi 677474 - Kỹ thuật lập trình cơ sở - IT01

Cho biết đoạn chương trình sau thực hiện thao tác xử lí gì?

void XULY(int n,int a[])

{

int i;

ofstream f;

f.open("songuyen.txt", ios::out);

f<

for(int i=0;i

f<

f.close();

}

Chọn đáp án: