Câu hỏi 601850 - Kỹ thuật lập trình cơ sở - IT01
Chương trình sau thực hiện nhiệm vụ gì?
#include <conio.h>
#include <stdio.h>
main()
{
int n;
FILE *f;
f=fopen(“OUT.txt","rt");
fscanf(f, "%d",&n);
printf(“%5d”,n);
fclose(f);
}
Chương trình sau thực hiện nhiệm vụ gì?
#include <conio.h>
#include <stdio.h>
main()
{
int n;
FILE *f;
f=fopen(“OUT.txt","rt");
fscanf(f, "%d",&n);
printf(“%5d”,n);
fclose(f);
}
Để giúp chúng tôi phát triển sản phẩm tốt hơn, đạt kết quả học tập cao hơn















