• TRANG CHỦ
  • MÔN HỌC HOU
  • CÀI ĐẶT TIỆN ÍCH
  • LIÊN HỆ
  • 
  •  Login

Account

Settings

SignOut
  1. Môn học HOU
  2. Kỹ thuật lập trình cơ sở - IT01

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

  

Đâu là đoạn mã đúng để khai báo mảng một chiều cho phép lưu trữ tối đa 20 số thực?

Chọn đáp án:

Các câu hỏi tương tự:

  • Câu hỏi 443262:

    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;

    ifstream f;

    string s;

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

    getline(f, s);

    n = stoi(s);

    for(int i=0;i

    {

    getline(f,s);

    a[i] = stoi(s);

    }

    f.close();

    }

An error has occurred. This application may no longer respond until reloaded. Reload
This website uses cookies to improve your experience. By continuing to use this site, you consent to our use of cookies. To learn more, please read our privacy policy